diff --git a/.forgejo/workflows/docs.yml b/.forgejo/workflows/docs.yml index 911e162..7d9f62f 100644 --- a/.forgejo/workflows/docs.yml +++ b/.forgejo/workflows/docs.yml @@ -15,6 +15,10 @@ jobs: - run: python3 --version + - run: | + apt-get update + apt-get install -y python3-venv python3-pip + - run: | python3 -m venv /tmp/venv . /tmp/venv/bin/activate