Skip to content

Commit

Permalink
Install lib
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Dec 10, 2024
1 parent 95074a2 commit d8cfdc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:
sudo apt update
# install mpi dependencies
sudo apt install -y mpich openmpi-bin libopenmpi-dev libmpich-dev
version=3.<< parameters.NRN_PYTHON_VERSION_MINOR >>
# install Python from deadsnakes
sudo apt install -y python3.<< parameters.NRN_PYTHON_VERSION_MINOR >>-venv
sudo apt install -y python${version}-venv libpython${version}-dev
export PYTHON_EXE=$(which python3.<< parameters.NRN_PYTHON_VERSION_MINOR >>)
Expand Down

0 comments on commit d8cfdc4

Please sign in to comment.