Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable testing against nightly upstream wheels #6956

Merged
merged 5 commits into from May 24, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 8 additions & 4 deletions .github/workflows/tests.yml
Expand Up @@ -44,11 +44,15 @@ jobs:
BUILD_DOCS: 0
OPTIONS_NAME: "mini-req-optional-deps"
- platform_id: manylinux_x86_64
python-version: 3.9
PIP_FLAGS: "--pre"
python-version: 3.11
PIP_FLAGS: >-
--extra-index-url
https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
--upgrade
--pre
SKIMAGE_TEST_STRICT_WARNINGS_GLOBAL: 1
# test pre-releases
OPTIONS_NAME: "pre"
# test nightly wheels
OPTIONS_NAME: "nightly"
- platform_id: manylinux_x86_64
python-version: 3.9
BUILD_DOCS: 1
Expand Down