Skip to content

Commit

Permalink
ci: try using mamba to get pyfftw on different platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Apr 30, 2024
1 parent 1f58a76 commit 981cfe8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testsuite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ jobs:
environment-file: .github/fftw-env.yaml

- name: Install Test Deps
shell: bash -el {0}
run: |
which pip
python --version
pip install .[tests,fftw]
- name: Run Tests
shell: bash -el {0}
run: |
python -m pytest --cov=powerbox --cov-config=.coveragerc --cov-report xml:./coverage.xml --junitxml=test-reports/xunit.xml
Expand Down

0 comments on commit 981cfe8

Please sign in to comment.