diff options
author | mattip <matti.picus@gmail.com> | 2021-11-30 14:25:03 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2021-11-30 14:25:03 +0200 |
commit | a1f50560f31713e030f1614fb099f1b6696aac8f (patch) | |
tree | 5e100ab20b8d6c962e656b17e654b2affaf3f93a | |
parent | 351ce2fba342dcf5ed4372f3911157d9ab335c17 (diff) | |
download | numpy-a1f50560f31713e030f1614fb099f1b6696aac8f.tar.gz |
MAINT: rename build step
-rw-r--r-- | azure-steps-windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-steps-windows.yml b/azure-steps-windows.yml index 1335f48fd..95a359c89 100644 --- a/azure-steps-windows.yml +++ b/azure-steps-windows.yml @@ -22,7 +22,7 @@ steps: python -mensurepip echo "##vso[task.prependpath]$pypypath" condition: contains(variables['PYTHON_VERSION'], 'PyPy') - displayName: "Install PyPy pre-release" + displayName: "Install PyPy3.8 " - script: python -m pip install --upgrade pip wheel displayName: 'Install tools' |