Skip to content

Commit

Permalink
🧪 Fix bug in tests.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arxyzan committed Dec 1, 2023
1 parent 7630e8b commit 3df7565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .
pip install pytest
- name: Run pytest
run: |
pytest tests/

0 comments on commit 3df7565

Please sign in to comment.