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:
@@ -18,6 +18,7 @@ init:
|
|||||||
if (-not ($BRANCH -eq 'main' -or $BRANCH.ToLower().StartsWith('appveyor-'))) {
|
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'
|
$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
|
install: python -m pip install -e ".[dev]" pytest-custom-exit-code
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user