Skip to content

Commit

Permalink
fixup! Pin python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jorblancoa committed Sep 23, 2024
1 parent db915ff commit 73ab1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/simulation_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73ab1a5

Please sign in to comment.