You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 15, 2023. It is now read-only.
FWIW, we're about to switch over to cibuildwheel for 1.9.2 onward, if all goes well, so maybe this will get managed over in the main repo.
From a quick check our new setup for cibuildwheel in main repo pyproject.toml has before-test = "pip install -r {project}/tools/wheels/test_requirements.txt"
Where test_requirements.txt has pooch in it over in the main repo. So, probably "ok" over there assuming we switch wheels infra before 1.10?
Yes, we're switching over. We should disable the nightly runs here though, no point keeping those going (also we don't want competing uploads to the Anaconda bucket. I'll open a PR for that.
The nightly CI is failing because pooch is not installed.
Side note: Should test that require the network run by default? I think some package managers do not allow network access when testing a package.
The text was updated successfully, but these errors were encountered: