diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index 8a91485..691ff69 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -45,7 +45,9 @@ jobs: - name: Install packages run: | python --version - python -m venv .venv && source .venv/bin/activate + python -m venv .venv + source .venv/bin/activate + echo $VIRTUAL_ENV pip install -e .[testing] --disable-pip-version-check --no-cache-dir -q python -m pip list --format=columns --disable-pip-version-check - name: Run pytest