Skip to content

Commit

Permalink
Merge pull request #156 from neutrinoceros/whl/skip_test_cp313
Browse files Browse the repository at this point in the history
WHL: skip tests on CPython 3.13 for now (wait for numpy wheels)
  • Loading branch information
mhvk authored Aug 14, 2024
2 parents 7e6397a + 6ad4cf3 commit fd677bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ jobs:
# For nightly wheels as well as when building with the 'Build all wheels' label, we disable
# the build isolation and explicitly install the latest developer version of numpy as well as
# the latest stable versions of all other build-time dependencies.
# Skip testing on cp313 until numpy has stable wheels for it on PyPI
env: |
CIBW_BEFORE_BUILD: '${{ ((github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request') && 'pip install --pre setuptools setuptools_scm wheel jinja2 numpy') || '' }}'
CIBW_BUILD_FRONTEND: '${{ ((github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request') && 'pip; args: --no-build-isolation') || 'build' }}'
CIBW_TEST_SKIP: 'cp313-*'
test_extras: test
test_command: pytest --pyargs erfa
Expand Down

0 comments on commit fd677bd

Please sign in to comment.