Skip to content

Commit

Permalink
Merge pull request #13 from RI-imaging/ci_and_doc_fixes
Browse files Browse the repository at this point in the history
CI fixes for libfftw
  • Loading branch information
paulmueller authored Jan 21, 2025
2 parents c777591 + 0cc1feb commit cd7d8a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install fftw3 libs (Linux)
if: runner.os == 'Linux'
run: |
sudo apt-get install -y libfftw3-dev libfftw3-3
sudo apt-get install -y libfftw3-dev libfftw3-double3
- name: Install fftw3 libs (macOS)
if: runner.os == 'macOS'
run: |
Expand All @@ -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 cd7d8a3

Please sign in to comment.