Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace committed Nov 18, 2024
1 parent bdbc584 commit 18f9ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Run Pytest
run: |
python pytest tests/ -s --junitxml=path
python -m pytest tests/ -s --junitxml=path

0 comments on commit 18f9ba1

Please sign in to comment.