Skip to content

Commit

Permalink
tests: install gsl
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarrison committed Dec 20, 2024
1 parent db865d1 commit 4875570
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:

- name: Pre-install dependencies
run: |
sudo apt install libgsl-dev
pip install -vU pip
pip install -vU setuptools wheel Cython 'numpy<2' # for classy
pip install -vU --no-build-isolation classy
Expand Down

0 comments on commit 4875570

Please sign in to comment.