Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Use apt numpy package for 24.04
  • Loading branch information
The9Cat authored Oct 15, 2024
1 parent 7d9cf63 commit 136fa16
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +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
run: |
Expand Down

0 comments on commit 136fa16

Please sign in to comment.