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 11a7091
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 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 pytest pytest-timeout pytest-cov pytest-xdist
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 pytest pytest-timeout pytest-cov pytest-xdist
CIBW_TEST_COMMAND: pytest --skip_gha {package}/tests

- uses: actions/upload-artifact@v4
with:
Expand All @@ -61,6 +65,9 @@ jobs:
build_macosx_wheels:
name: Build wheels on macosx
runs-on: macos-latest
strategy:
matrix:
architecture: [x86_64, x86]
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -79,8 +86,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 pytest pytest-timeout pytest-cov pytest-xdist
CIBW_TEST_COMMAND: pytest --skip_gha {package}/tests

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

0 comments on commit 11a7091

Please sign in to comment.