Skip to content

Commit

Permalink
disable doctest for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAntoineSchmidtQC committed Aug 16, 2023
1 parent 0349ffa commit 18eecf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Run pytest (windows)
if: matrix.os == 'windows-latest'
shell: powershell
run: pytest -nauto tests -m "not high_memory" --doctest-modules src/
run: pytest -nauto tests -m "not high_memory"
- name: Run doctest
if: matrix.os != 'windows-latest'
shell: bash -el {0}
Expand Down

0 comments on commit 18eecf7

Please sign in to comment.