Skip to content

Commit 869280a

Browse files
committed
Do not add PyPy on Azure Pipelines [wheel build]
The UsePythonVersion task still can't find PyPy 3.11
1 parent c6bc506 commit 869280a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,13 @@ stages:
8989
TEST_MODE: full
9090
BITS: 64
9191
_USE_BLAS_ILP64: '1'
92-
PyPy311-64bit-fast:
93-
PYTHON_VERSION: 'pypy3.11'
94-
PYTHON_ARCH: 'x64'
95-
TEST_MODE: fast
96-
BITS: 64
97-
_USE_BLAS_ILP64: '1'
92+
# TODO pypy: uncomment when pypy3.11 comes out
93+
# PyPy311-64bit-fast:
94+
# PYTHON_VERSION: 'pypy3.11'
95+
# PYTHON_ARCH: 'x64'
96+
# TEST_MODE: fast
97+
# BITS: 64
98+
# _USE_BLAS_ILP64: '1'
9899

99100
steps:
100101
- template: azure-steps-windows.yml

0 commit comments

Comments
 (0)