Skip to content

Commit

Permalink
explicitly activate venv
Browse files Browse the repository at this point in the history
locally just having VIRTUAL_ENV set is sufficient, but idk
  • Loading branch information
radusuciu committed Feb 27, 2024
1 parent 9e0e728 commit 21b683b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ jobs:
python -m venv ${{ env.VIRTUAL_ENV }}
pdm sync --verbose --dev
- name: Run tests
run: python -m pytest
run: |
source ${{ env.VIRTUAL_ENV }}/bin/activate
python -m pytest

0 comments on commit 21b683b

Please sign in to comment.