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