Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Jul 1, 2024
1 parent 8f67477 commit 174af27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:
locked: true
cache-key: ${{ matrix.os }}

- name: Install GSL
run: |
brew install gsl
- name: Build wheels
uses: pypa/cibuildwheel@v2.19.1

Expand Down
2 changes: 1 addition & 1 deletion deployment/macos_wheels/install_gsl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ tar xzf gsl-2.7.tar.gz
cd gsl-2.7
./configure
make -j 6
make install
sudo make install

0 comments on commit 174af27

Please sign in to comment.