diff --git a/.forgejo/workflows/verify.yml b/.forgejo/workflows/verify.yml index 77ac61b..71868d8 100644 --- a/.forgejo/workflows/verify.yml +++ b/.forgejo/workflows/verify.yml @@ -19,7 +19,7 @@ jobs: run: | apk add --no-cache nodejs git openssh python3 py3-pip - name: Create virtualenv and install Python dependencies - run: + run: | python -m venv venv . venv/bin/activate pip install --upgrade GitPython requests