change pip upgrade due windows error

This commit is contained in:
Victor Shyba 2022-05-23 14:42:02 -03:00
parent 1d95eb1549
commit a7f606d62c

View file

@ -48,7 +48,7 @@ jobs:
uses: ASzc/change-string-case-action@v1
with:
string: ${{ runner.os }}
- run: pip install --user --upgrade pip wheel
- run: python -m pip install --user --upgrade pip wheel
- if: startsWith(runner.os, 'linux')
run: pip install -e .[torrent,test]
- if: startsWith(runner.os, 'linux')