Skip to content

Commit

Permalink
[ci] do not install python packages via apt
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Dec 12, 2024
1 parent 7ac7290 commit d27d4ae
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 @@ -15,7 +15,7 @@ jobs:
- checkout

- run: sudo apt-get update -y
- run: sudo apt-get install -y python3-pip python3-mpi4py python3-h5py python3-numpy python3-scipy python3-matplotlib python3-pandas openmpi-common libopenmpi-dev liblapack-dev libopenblas-dev libhdf5-dev
- run: sudo apt-get install -y python3-pip openmpi-common libopenmpi-dev liblapack-dev libopenblas-dev libhdf5-dev

- run: sudo ln -s /usr/lib/python3/dist-packages/numpy/core/include/numpy/ /usr/include/numpy

Expand Down

0 comments on commit d27d4ae

Please sign in to comment.