diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ea46a25..2c7e4be 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -17,6 +17,7 @@ jobs: - name: Install dependencies run: | + python -m venv env pip install -r requirements.txt source env/bin/activate