From 4206d391d0639e5bd377d41e3a5ee950171c7d66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Wed, 22 Nov 2023 18:03:16 -0500 Subject: [PATCH] Update pytest.yml --- .github/workflows/pytest.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index dd09b30d6cd..c6a427a0746 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -25,6 +25,8 @@ jobs: python-version: - '3.8' - '3.10' + - '3.11' + - '3.12' fail-fast: true runs-on: ${{ matrix.os }} @@ -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()