Skip to content

Commit 72faa25

Browse files
committed
update azure pipelines
1 parent c087b54 commit 72faa25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
variables:
22
CIBW_SKIP: pp* cp27-* cp36-* cp37-* *_i686 *-win32 *musllinux*
33
CIBW_ARCHS_MACOS: x86_64 universal2
4-
CIBW_TEST_COMMAND: python -m amplpy.tests
4+
CIBW_TEST_COMMAND: "python -m amplpy.modules activate $AMPLKEY_UUID && python -m amplpy.tests"
55
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
66
CIBW_TEST_REQUIRES_AARCH64: --index-url https://pypi.ampl.com --extra-index-url https://pypi.org/simple ampl_module_base ampl_module_highs
7-
CIBW_TEST_REQUIRES_PPC64LE: --index-url https://pypi.ampl.com --extra-index-url https://pypi.org/simple ampl_module_base
87

98
stages:
109
- stage: native

0 commit comments

Comments
 (0)