Skip to content

Commit

Permalink
NLWPY: no tests for ppc64le #30
Browse files Browse the repository at this point in the history
  • Loading branch information
glebbelov committed Feb 21, 2024
1 parent 88f992d commit 8bdf2f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,21 +73,27 @@ stages:
ppc64le cp37:
CIBW_BUILD: cp37-*
CIBW_ARCHS_LINUX: ppc64le
CIBW_TEST_COMMAND: ## Skip, cannot install SciPy, NumPy
ppc64le cp38:
CIBW_BUILD: cp38-*
CIBW_ARCHS_LINUX: ppc64le
CIBW_TEST_COMMAND:
ppc64le cp39:
CIBW_BUILD: cp39-*
CIBW_ARCHS_LINUX: ppc64le
CIBW_TEST_COMMAND:
ppc64le cp310:
CIBW_BUILD: cp310-*
CIBW_ARCHS_LINUX: ppc64le
CIBW_TEST_COMMAND:
ppc64le cp311:
CIBW_BUILD: cp311-*
CIBW_ARCHS_LINUX: ppc64le
CIBW_TEST_COMMAND:
ppc64le cp312:
CIBW_BUILD: cp312-*
CIBW_ARCHS_LINUX: ppc64le
CIBW_TEST_COMMAND:
# variables:
# CIBW_TEST_REQUIRES: --index-url https://pypi.ampl.com --extra-index-url https://pypi.org/simple ampl_module_base
steps:
Expand Down

0 comments on commit 8bdf2f5

Please sign in to comment.