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 670e496 commit c2feae2
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 @@ -27,7 +27,7 @@ jobs:
- name: Unit testings
run: |
pip install -r requirements.txt --break-system-packages
pip install pytest six
pip install pytest six --break-system-packages
pytest -s tests/test_*.py
GenerateWHL_PushPyPi:
Expand Down

0 comments on commit c2feae2

Please sign in to comment.