From 73ab1a5712fc58eea332d36eb481f9be8cdfc4db Mon Sep 17 00:00:00 2001 From: Jorge Blanco Alonso Date: Mon, 23 Sep 2024 12:44:39 +0200 Subject: [PATCH] fixup! Pin python versions --- .github/workflows/simulation_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/simulation_test.yaml b/.github/workflows/simulation_test.yaml index 10a0d41..0673248 100644 --- a/.github/workflows/simulation_test.yaml +++ b/.github/workflows/simulation_test.yaml @@ -169,7 +169,7 @@ jobs: - name: Example run run: | . ./venv/bin/activate - if [ ${{ matrix.python-version }} == 3.9.* ]; then + if [[ ${{ matrix.python-version }} == 3.9.* ]]; then export RDMAV_FORK_SAFE=1 fi; export PYTHONPATH=$(pwd)/nrn/build/lib/python:$PYTHONPATH