Skip to content

Commit c19783b

Browse files
authored
Fix typo in pip install command
1 parent 259bfc0 commit c19783b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
with:
2121
python-version: '${{ matrix.python }}'
2222
allow-prereleases: true
23-
- run: pip install --upgrrade pip
23+
- run: pip install --upgrade pip
2424
- run: pip install pytest --editable .
2525
- run: pytest

0 commit comments

Comments
 (0)