-
Notifications
You must be signed in to change notification settings - Fork 6
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
TST: RC test fixes #168
TST: RC test fixes #168
Conversation
python 3.10 on windows expected to fail. Updates to pysat in the RC have fixed these. See: https://github.com/pysat/pysatNASA/actions/runs/4812031229 |
The readthedocs buld was failing, potentially caused by a new release of Added a readthedocs.yml according to the instructions, which appears to fix the issue. Note the default install was using python 3.7. |
Co-authored-by: Angeline Burrell <aburrell@users.noreply.github.com>
@JonathonMSmith is --no-cache-dir what we want here? Or do we need a different option? |
@jklenzing If we use --no-cache-dir I think pip will still favor wheels. If we want to avoid downloading wheels, then we need the --no-binary option as well. This is the --no-binary deprecation issue. |
OK. looking through the code, the no-binary option is required to get pysatCDF to build correctly. However, since there are other problems with that and we've shut off the tests for now, we can just build the older numpy as usual. |
@JonathonMSmith, can you take a look at the final config? This should be good to go, but I'd like another set of eyes on this. |
Description
Updates several bugs in the RC testing due to new behaviour at Github Actions.
--no_binary
is removed in latest pipraise
--pre
for pip to include pre-release versions at test pypi--extra-index-url
to support wheel buildspysatCDF tests removed for the time being (documented in #167).
Adds a yml to manage readthedocs
Type of change
How Has This Been Tested?
At github actions. Include manual run of pysat_rc workflow for this branch to test with pysat/pysat#1116
Checklist:
develop
(notmain
) branchCHANGELOG.md
, summarizing the changes