File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3636 uses : actions/setup-python@v4
3737 with :
3838 python-version : ${{ matrix.python-version }}
39+ cache : pip
3940
4041 - name : Install non-Python dependencies
4142 run : |
4950 python -m pip install --upgrade pip
5051 pip install -r .github/workflows/python_requirements.txt
5152 pip install -r .github/workflows/optional_requirements.txt
52- pip install pytest pytest-timeout pytest-github-actions-annotate-failures
53+ pip install pytest pytest-timeout pytest-github-actions-annotate-failures pytest-xdist
5354
5455 - name : Create installation directory
5556 run : |
7374 run : |
7475 export PYTHONPATH=`grass --config python_path`:$PYTHONPATH
7576 export LD_LIBRARY_PATH=$HOME/install/grass84/lib:$LD_LIBRARY_PATH
76- pytest .
77+ pytest --numprocesses auto .
7778
7879 - name : Print installed versions
7980 if : always()
You can’t perform that action at this time.
0 commit comments