Skip to content

Commit

Permalink
Skip tests on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fdabrandao committed Feb 20, 2024
1 parent 3686704 commit c6a9e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
CIBW_ARCHS_LINUX: auto
CIBW_ARCHS_MACOS: x86_64 universal2
CIBW_SKIP: pp* cp27-* *_i686 *-win32 *musllinux*
# CIBW_TEST_COMMAND: python -m amplpy.tests
CIBW_TEST_COMMAND: #python -m amplpy.tests
# CIBW_TEST_REQUIRES: --index-url https://pypi.ampl.com --extra-index-url https://pypi.org/simple ampl_module_base ampl_module_highs pandas numpy

jobs:
Expand Down

0 comments on commit c6a9e98

Please sign in to comment.