fix(ci): always upgrade pip on appveyor

pip was too old to download windows abi3 wheels leading to  pynacl failing to build from sources
This commit is contained in:
mayeut
2022-01-09 10:47:46 +01:00
parent fffa64f344
commit 4cb90fcfe4
+1
View File
@@ -18,6 +18,7 @@ init:
if (-not ($BRANCH -eq 'main' -or $BRANCH.ToLower().StartsWith('appveyor-'))) {
$env:PYTEST_ADDOPTS='-k "unit_test or test_0_basic" --suppress-no-test-exit-code'
}
python -m pip install -U pip
install: python -m pip install -e ".[dev]" pytest-custom-exit-code