Skip to content

Commit

Permalink
ensure gsl is installed for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TomWagg committed Apr 23, 2024
1 parent a20b051 commit b097ad4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_cogsworth.yml
Original file line number Diff line number Diff line change
@@ -26,6 +26,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt-get install gsl-bin libgsl0-dev
python -m pip install --upgrade pip
python -m pip install -e .[test]
- name: Grab the data you need to test observables

0 comments on commit b097ad4

Please sign in to comment.