Skip to content

Commit 2a81e66

Browse files
committed
to build pyfftw from source for 3.9 we'll need it installed on CI
1 parent ad5033e commit 2a81e66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
python-version: 3.6
1616
- name: Install dependencies
1717
run: |
18+
apt-get install -y fftw fftw-dev
1819
python -m pip install --upgrade pip
1920
pip install tox tox-gh-actions
2021
- name: Run Tox Check

0 commit comments

Comments
 (0)