Skip to content

Commit

Permalink
ci: add pytest dependence
Browse files Browse the repository at this point in the history
SWHL committed Jan 15, 2025
1 parent 31fb132 commit 9ea2c76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_whl.yml
Original file line number Diff line number Diff line change
@@ -23,6 +23,7 @@ jobs:

- name: Unit testings
run: |
pip install pytest
pytest tests/test_main.py
GenerateWHL_PushPyPi:

0 comments on commit 9ea2c76

Please sign in to comment.