Skip to content

Commit

Permalink
ci: install FFTW extension so that ci actually tests it
Browse files Browse the repository at this point in the history
  • Loading branch information
Eoghan O'Connell committed Jan 17, 2025
1 parent 3f2cf26 commit a484b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
python -m pip install -r tests/requirements.txt
python -m pip install coverage flake8
# install dependencies
pip install -e .
pip install -e .[FFTW]
# show installed packages
pip freeze
- name: Test with pytest
Expand Down

0 comments on commit a484b98

Please sign in to comment.