Skip to content

Commit

Permalink
test wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeyers314 committed Apr 27, 2024
1 parent 9578b4f commit 1acb3f5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/wheeltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
CIBW_SKIP: cp36* cp37* cp38* cp39* cp310* cp311* pp*
CIBW_BUILD_VERBOSITY: 3
CIBW_BEFORE_BUILD: pip install -U pybind11-global
CIBW_BEFORE_TEST: pip install -U -r test_requirements.txt
CIBW_TEST_COMMAND: pytest --skip_gha {package}/tests

- uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -52,6 +54,8 @@ jobs:
CIBW_SKIP: cp36* cp37* cp38* cp39* cp310* cp311* pp*
CIBW_BUILD_VERBOSITY: 3
CIBW_BEFORE_BUILD: pip install -U pybind11-global
CIBW_BEFORE_TEST: pip install -U -r test_requirements.txt
CIBW_TEST_COMMAND: pytest --skip_gha {package}/tests

- uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -79,8 +83,8 @@ jobs:
CIBW_SKIP: cp36* cp37* cp38* cp39* cp310* cp311* pp*
CIBW_BUILD_VERBOSITY: 3
CIBW_BEFORE_BUILD: pip install -U pybind11-global && brew install libomp
# CIBW_BEFORE_TEST: pip install -U -r test_requirements.txt
# CIBW_TEST_COMMAND: pytest --skip_gha {package}/tests
CIBW_BEFORE_TEST: pip install -U -r test_requirements.txt
CIBW_TEST_COMMAND: pytest --skip_gha {package}/tests

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 1acb3f5

Please sign in to comment.