We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595ce5c commit f156dc1Copy full SHA for f156dc1
1 file changed
.github/workflows/ci.yml
@@ -23,10 +23,10 @@ jobs:
23
python-version: ${{ matrix.python-version }}
24
- name: Install dependencies
25
run: |
26
- python -m pip install --upgrade pip
+ python -m pip instll --upgrade pip
27
+ pip install pyNFFT3
28
pip install numpy
29
pip install scipy
- pip install pyNFFT3
30
- name: Run tests
31
32
python -m tests.run_tests
0 commit comments