Skip to content

Commit

Permalink
apt-get install libfftw3
Browse files Browse the repository at this point in the history
  • Loading branch information
md-arif-shaikh committed Feb 7, 2025
1 parent 5781386 commit 441caa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
- name: Install spinsfast for ubuntu
if: matrix.os == 'ubuntu-latest'
run: |
conda install -c conda-forge pyfftw
conda install -c conda-forge spinsfast
sudo apt-get update && sudo apt-get install -y libfftw3-dev
pip install spinsfast
- name: Install pipenv
shell: bash -l {0}
Expand Down

0 comments on commit 441caa5

Please sign in to comment.