Skip to content

Commit

Permalink
Update for 24.04: remove pip install in favor of apt install of numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin D. Weinberg committed Oct 16, 2024
1 parent 0218739 commit 755bd90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install -y build-essential libeigen3-dev libfftw3-dev libhdf5-dev libopenmpi-dev libomp-dev
sudo pip install numpy
sudo apt-get install -y build-essential libeigen3-dev libfftw3-dev libhdf5-dev libopenmpi-dev libomp-dev python3-numpy
- name: Setup submodule and build
Expand Down

0 comments on commit 755bd90

Please sign in to comment.