Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Sep 11, 2023
1 parent 9f616ca commit 3d7dc95
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
NUMPY_MIN: numpy==1.22.4
CYTHON_MIN: cython==0.29.35
SCIPY_MIN: scipy==1.8.0
CIBW_ENVIRONMENT: >
PIP_PREFER_BINARY=1
PIP_PRE=1
strategy:
# Ensure that a wheel builder finishes even if another fails
Expand Down Expand Up @@ -58,8 +62,13 @@ jobs:
OPTIONS_NAME: "pre-releases"
- platform_id: manylinux_x86_64
python-version: '3.12-dev'
PIP_FLAGS: "--pre"
CIBW_ENVIRONMENT: >
PIP_PREFER_BINARY=1
PIP_PRE=1
OPTIONS_NAME: "pre-releases"
exclude:
- python-version: '3.12-dev'
PIP_FLAGS: [""]

steps:
- name: Checkout PyWavelets
Expand Down

0 comments on commit 3d7dc95

Please sign in to comment.