Skip to content

Commit

Permalink
make sure venv is created and use sync instead of install
Browse files Browse the repository at this point in the history
  • Loading branch information
radusuciu committed Feb 27, 2024
1 parent c57add8 commit bb8d35f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
cache: true
- name: Install dependencies
run: |
pdm install -v --dev
pythom -m venv ${{ env.VIRTUAL_ENV }}
pdm sync --verbose --dev
- name: Run tests
run: python -m pytest

0 comments on commit bb8d35f

Please sign in to comment.