We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259bfc0 commit c19783bCopy full SHA for c19783b
.github/workflows/ci.yml
@@ -20,6 +20,6 @@ jobs:
20
with:
21
python-version: '${{ matrix.python }}'
22
allow-prereleases: true
23
- - run: pip install --upgrrade pip
+ - run: pip install --upgrade pip
24
- run: pip install pytest --editable .
25
- run: pytest
0 commit comments