Skip to content

Commit c2d3878

Browse files
committed
fix typo
1 parent f156dc1 commit c2d3878

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Install dependencies
2525
run: |
26-
python -m pip instll --upgrade pip
26+
python -m pip install --upgrade pip
2727
pip install pyNFFT3
2828
pip install numpy
2929
pip install scipy

0 commit comments

Comments
 (0)