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 9ffe88e commit ca28ae0Copy full SHA for ca28ae0
.github/workflows/tests.yaml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/setup-python@v2
25
with:
26
python-version: ${{ matrix.python-version }}
27
- - run: pip install -U pip --user
+ - run: python -m pip install -U pip --user
28
- run: pip install -U nox wheel
29
- run: nox -s lint
30
- run: nox -s tests-${{ matrix.python-version }} -- --slow --cov
0 commit comments