Skip to content

Commit

Permalink
Try9
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Nov 10, 2023
1 parent e81f967 commit bcc4fe7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@ jobs:
CIBW_ARCHS_MACOS: auto universal2
CIBW_SKIP: pp* cp36-* *-musllinux_x86_64 *_i686
CIBW_BEFORE_BUILD: >
sudo apt-get -y install wget
sudo apt-get -y install tar
apt-get -y install wget
apt-get -y install tar
wget https://mirror.ibcp.fr/pub/gnu/gsl/gsl-2.7.1.tar.gz
tar -zxvf gsl-2.7.1.tar.gz
cd gsl-2.7.1
./configure
make
sudo make install
make install
cd ..
- name: Verify clean directory
run: git diff --exit-code
Expand Down

0 comments on commit bcc4fe7

Please sign in to comment.