Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminSchubert committed Dec 29, 2023
1 parent 45ae250 commit 170e5d8
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 @@ -117,7 +117,7 @@ jobs:
path: ${{ env.PACKAGES_PATH }}

- name: pytest[${{ matrix.python }}]
run: dwas --verbose --only pytest[${{ matrix.python }}] -- ${{ startsWith(matrix.python, 'pypy') || '--numprocesses 2' }}
run: dwas --verbose --only pytest[${{ matrix.python }}] -- ${{ startsWith(matrix.python, 'pypy') && '' || '--numprocesses 2' }}

- name: Move the coverage to another place to avoid conflicts
if: runner.os != 'Linux'
Expand Down

0 comments on commit 170e5d8

Please sign in to comment.