Skip to content

Commit

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

0 comments on commit a2052fe

Please sign in to comment.