Skip to content

Commit f156dc1

Browse files
committed
test other install order
1 parent 595ce5c commit f156dc1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Install dependencies
2525
run: |
26-
python -m pip install --upgrade pip
26+
python -m pip instll --upgrade pip
27+
pip install pyNFFT3
2728
pip install numpy
2829
pip install scipy
29-
pip install pyNFFT3
3030
- name: Run tests
3131
run: |
3232
python -m tests.run_tests

0 commit comments

Comments
 (0)