Updates RC install options for work with pysat release candidates on test.pypi
Adds a new workflow to test install of the pysatSeasons RC from test.pypi
Imposes a cap on hacking until updates are implemented.
Type of change
Bug fix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality)
How Has This Been Tested?
Running the new workflows on GA. Note that the workflow needs to temporarily be set to 'push' rather than 'workflow_dispatch' since they do not yet exist in the main branch.
Test Configuration:
Github Actions
Checklist:
[x] Make sure you are merging into the develop (not main) branch
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[x] I have added tests that prove my fix is effective or that my feature works
[x] New and existing unit tests pass locally with my changes
[x] Any dependent changes have been merged and published in downstream modules
[x] Add a note to CHANGELOG.md, summarizing the changes
Description
Updates RC install options for work with pysat release candidates on test.pypi
Adds a new workflow to test install of the pysatSeasons RC from test.pypi
Imposes a cap on hacking until updates are implemented.
Type of change
How Has This Been Tested?
Running the new workflows on GA. Note that the workflow needs to temporarily be set to 'push' rather than 'workflow_dispatch' since they do not yet exist in the main branch.
Test Configuration:
Checklist:
develop
(notmain
) branch[x] Add a note to
CHANGELOG.md
, summarizing the changesIf this is a release PR, replace the first item of the above checklist with the release checklist on the pysat wiki: https://github.com/pysat/pysat/wiki/Checklist-for-Release