Skip to content

Commit

Permalink
fix CI crashes on Windows (Python 3.12 & 3.13) pytest-dev/pyfakefs#1096
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalX committed Dec 11, 2024
1 parent 6612402 commit 1041135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
run: poetry install

- name: Run Tests
run: poetry run pytest
run: poetry run python -m pytest
2 changes: 1 addition & 1 deletion .github/workflows/tests_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ jobs:
./dist/cycode-cli version
- name: Run pytest
run: poetry run pytest
run: poetry run python -m pytest

0 comments on commit 1041135

Please sign in to comment.