This repository was archived by the owner on Feb 15, 2023. It is now read-only.
WIP: Anaconda org weekly upload#68
Closed
tylerjereddy wants to merge 3 commits intoMacPython:masterfrom
Closed
Conversation
* draft code to switch weekly Travis CI SciPy wheels uploads to the new anaconda cloud infrastructure; temporarily disable the cron requirement so we can see if it actually works * secret token was added separately in Travis CI settings
* use a simpler scipy-wheels matrix while testing migration to new anaconda cloud infrastructure
Collaborator
Author
|
I suspect I'll need to install There's probably a linting failure if Travis isn't even showing in the matrix. |
2aa8b8a to
0ad0da5
Compare
0ad0da5 to
fd7ab85
Compare
* the new bash "if" block for weekly wheels uploads has been adjusted to remove comments from inside the block & place them before, which seems to help the syntax parser * miniconda is installed so that "conda" command may be used * the version of miniconda is now conditioned on platform & 32- vs. 64-bit arch
fd7ab85 to
8b7927a
Compare
Collaborator
Author
|
Will have to reopen as a PR from the repo itself to access secret variable I think. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
draft code to switch weekly Travis CI
SciPy wheels uploads to the new anaconda
cloud infrastructure; temporarily disable
the cron requirement so we can see if it
actually works
secret token was added separately in Travis
CI settings
debug commit to reduce CI matrix size while debugging