Skip to content

Commit

Permalink
No hardcoding versions
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Sep 22, 2023
1 parent a0ff92e commit 4230901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_osx_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ then
for py in 9 10 11
do
python3.${py} -m venv venv3.${py}
venv3.${py}/bin/pip install wheelhouse/NEURON-9.0a0-cp3${py}-cp3${py}-macosx_11_0_arm64.whl
venv3.${py}/bin/pip install wheelhouse/NEURON-${1}-cp3${py}-cp3${py}-macosx_11_0_arm64.whl
venv3.${py}/bin/nrniv
done
fi
Expand Down

0 comments on commit 4230901

Please sign in to comment.