Skip to content

Commit 8153344

Browse files
authored
Update azure-pipelines.yml
1 parent cb7f0db commit 8153344

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
variables:
22
CIBW_SKIP: pp* cp27-* cp36-* cp37-* *_i686 *-win32 *musllinux*
33
CIBW_ARCHS_MACOS: x86_64 universal2
4-
CIBW_TEST_REQUIRES: --index-url https://pypi.ampl.com --extra-index-url https://pypi.org/simple ampl_module_base ampl_module_highs ampl_module_gurobi pandas numpy nanoarrow "pyarrow==20.0.0; python_version>='3.9'" "pyarrow<18; python_version=='3.8' polars
5-
CIBW_TEST_REQUIRES_AARCH64: --index-url https://pypi.ampl.com --extra-index-url https://pypi.org/simple ampl_module_base ampl_module_highs nanoarrow "pyarrow==20.0.0; python_version>='3.9'" "pyarrow<18; python_version=='3.8' polars
4+
CIBW_TEST_REQUIRES: "--index-url https://pypi.ampl.com --extra-index-url https://pypi.org/simple ampl_module_base ampl_module_highs ampl_module_gurobi pandas numpy nanoarrow pyarrow==20.0.0; python_version>=\"3.9\" pyarrow<18; python_version==\"3.8\" polars"
5+
CIBW_TEST_REQUIRES_AARCH64: "--index-url https://pypi.ampl.com --extra-index-url https://pypi.org/simple ampl_module_base ampl_module_highs nanoarrow pyarrow==20.0.0; python_version>=\"3.9\" pyarrow<18; python_version==\"3.8\" polars"
66

77
stages:
88
- stage: native

0 commit comments

Comments
 (0)