Skip to content

Commit

Permalink
rather make use of the package of the distribution instead of resorti…
Browse files Browse the repository at this point in the history
…ng to pip
  • Loading branch information
tgastine committed Oct 22, 2024
1 parent 764db1d commit 84ab005
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ jobs:
sudo apt-get -y install gfortran gcc g++ cmake liblapack-dev libgomp1
sudo apt-get -y install mpich libmpich-dev
sudo apt-get -y install python3-gi python3-gi-cairo gir1.2-gtk-3.0
wget https://bootstrap.pypa.io/get-pip.py
python3 get-pip.py
export PATH=$HOME/.local/bin:$PATH
python3 -m pip install numpy scipy matplotlib --user
sudo apt-get -y install python3-numpy python3-scipy python3-matplotlib
- name: Run test
run: |
Expand Down

0 comments on commit 84ab005

Please sign in to comment.