We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad5033e commit 2a81e66Copy full SHA for 2a81e66
.github/workflows/workflow.yml
@@ -15,6 +15,7 @@ jobs:
15
python-version: 3.6
16
- name: Install dependencies
17
run: |
18
+ apt-get install -y fftw fftw-dev
19
python -m pip install --upgrade pip
20
pip install tox tox-gh-actions
21
- name: Run Tox Check
0 commit comments