diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd4ddb37bc..ef7a04ccc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: if: steps.cacheVenv.outputs.cache-hit != 'true' run: | python -m venv ./venv - source ./.venv/bin/activate + source ./venv/bin/activate pip install -U -e . -r requirements.txt - name: Activate venv