Skip to content

Commit

Permalink
add missing lib
Browse files Browse the repository at this point in the history
  • Loading branch information
xgarrido committed May 18, 2023
1 parent fa58ced commit fa5ba9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
- name: Test notebooks (Only on Linux for saving time)
if: matrix.os == 'ubuntu-latest'
run: |
pip install jupyter
python -m pip install jupyter
jupyter nbconvert --to notebook --execute notebooks/tutorial_io.ipynb
- name: Comparing pspy to NaMaster
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get install -y libcfitsio-dev
sudo apt-get install -y libcfitsio-dev libfftw3-dev
python -m pip install pymaster
python -m unittest pspy/tests/test_pspy_namaster.py

0 comments on commit fa5ba9a

Please sign in to comment.