Skip to content

Commit

Permalink
Explicitly install all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Dec 10, 2024
1 parent d8cfdc4 commit 0c8ea49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
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 python${version}-venv libpython${version}-dev
sudo apt install -y python${version}-venv libpython${version}-dev g++ make
export PYTHON_EXE=$(which python3.<< parameters.NRN_PYTHON_VERSION_MINOR >>)
Expand Down

0 comments on commit 0c8ea49

Please sign in to comment.