Skip to content

Commit ca28ae0

Browse files
daavooefiop
authored andcommitted
tests: Fix windows pip upgrade
1 parent 9ffe88e commit ca28ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/setup-python@v2
2525
with:
2626
python-version: ${{ matrix.python-version }}
27-
- run: pip install -U pip --user
27+
- run: python -m pip install -U pip --user
2828
- run: pip install -U nox wheel
2929
- run: nox -s lint
3030
- run: nox -s tests-${{ matrix.python-version }} -- --slow --cov

0 commit comments

Comments
 (0)