Skip to content

Commit

Permalink
chore: Update CI workflow to remove unrecognized arguments: --processes
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Jun 28, 2024
1 parent 189911c commit 5f38f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
shell: bash -l {0}
run: |
python setup.py build
pytest -v -ra --processes
pytest -v -ra
- name: Build C++ Library and Testing
shell: bash -l {0}
Expand Down Expand Up @@ -75,4 +75,4 @@ jobs:
shell: bash -l {0}
run: |
python setup.py build
pytest -v -ra --processes
pytest -v -ra

0 comments on commit 5f38f26

Please sign in to comment.