Skip to content

Commit fee6862

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

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
variables:
2-
CIBW_SKIP: pp* cp27-* cp36-* cp37-* *_i686 *-win32 *musllinux*
2+
CIBW_SKIP: pp* cp27-* cp36-* cp37-* cp38-* *_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 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 polars
66

77
stages:
88
- stage: native
@@ -80,10 +80,6 @@ stages:
8080
pool: {vmImage: 'Ubuntu-22.04'}
8181
strategy:
8282
matrix:
83-
aarch64 cp38:
84-
CIBW_BUILD: cp38-*
85-
CIBW_ARCHS_LINUX: aarch64
86-
CIBW_TEST_REQUIRES: $(CIBW_TEST_REQUIRES_AARCH64)
8783
aarch64 cp39:
8884
CIBW_BUILD: cp39-*
8985
CIBW_ARCHS_LINUX: aarch64

0 commit comments

Comments
 (0)