Skip to content

Commit

Permalink
Update pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Nov 22, 2023
1 parent dd494b6 commit 4206d39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
python-version:
- '3.8'
- '3.10'
- '3.11'
- '3.12'
fail-fast: true

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -74,7 +76,7 @@ jobs:
run: |
export PYTHONPATH=`grass --config python_path`:$PYTHONPATH
export LD_LIBRARY_PATH=$HOME/install/grass84/lib:$LD_LIBRARY_PATH
pytest --numprocesses auto .
pytest --numprocesses 4 .
- name: Print installed versions
if: always()
Expand Down

0 comments on commit 4206d39

Please sign in to comment.