Skip to content

Commit

Permalink
pytest: use --dist load scheduling option to distribute work
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Dec 23, 2023
1 parent 51ff688 commit c26a188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
export PYTHONPATH=`grass --config python_path`:$PYTHONPATH
export LD_LIBRARY_PATH=$HOME/install/grass84/lib:$LD_LIBRARY_PATH
pytest --numprocesses logical .
pytest --numprocesses logical . --dist load
- name: Print installed versions
if: always()
Expand Down

0 comments on commit c26a188

Please sign in to comment.