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 21, 2025
1 parent e81ae02 commit 0cc1feb
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 0cc1feb

Please sign in to comment.