File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
1
variables :
2
2
CIBW_SKIP : pp* cp27-* cp36-* cp37-* *_i686 *-win32 *musllinux*
3
3
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"
5
5
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
6
6
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
8
7
9
8
stages :
10
9
- stage : native
You can’t perform that action at this time.
0 commit comments