Skip to content

Commit 1041135

Browse files
committed
fix CI crashes on Windows (Python 3.12 & 3.13) pytest-dev/pyfakefs#1096
1 parent 6612402 commit 1041135

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
run: poetry install
5151

5252
- name: Run Tests
53-
run: poetry run pytest
53+
run: poetry run python -m pytest

.github/workflows/tests_full.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
./dist/cycode-cli version
7272
7373
- name: Run pytest
74-
run: poetry run pytest
74+
run: poetry run python -m pytest

0 commit comments

Comments
 (0)