Skip to content

Commit

Permalink
ci: Fixed python env error
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Oct 15, 2024
1 parent 699dd85 commit 670e496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/AutoPushToPypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Unit testings
run: |
pip install -r requirements.txt
pip install -r requirements.txt --break-system-packages
pip install pytest six
pytest -s tests/test_*.py
Expand Down

0 comments on commit 670e496

Please sign in to comment.