-
Notifications
You must be signed in to change notification settings - Fork 152
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
Update CIs #607
Update CIs #607
Conversation
Keyword collision?
Documentation says "Note: Builds without workflows require a build job" but we have workflows
Error messages from CircleCI are less than helpful
This reverts commit 833f81e.
This reverts commit 8df2879.
Trying something found at https://gist.github.com/mcg1969/cbb1760cea6b0671959d8cbf957c89bf
needed to "Enable Build Processing"
Hopefully reduce cache size and improve performance
Might not work as all output piped to /dev/null
This reverts commit 0374689.
See issue usnistgov#629
AppVeyor is slooooow, `conda-forge` [doesn't build x86 anymore](conda-forge/staged-recipes#5640), and probably nobody has one?
@@ -66,14 +66,19 @@ Recommended Method | |||
|
|||
.. attention:: | |||
|
|||
Note, this does not work on Windows. On that platform, you should be able to do:: | |||
Note, this does not work on Windows x86, as conda-forge_ no longer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps clarify that it will work for Windows x86_64, it's just the 32-bit flavor that's deprecated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. Will clarify.
of the utilities that manage packages and their dependencies independently | ||
of the system package manager and the system directories. These utilities | ||
include conda_, Stow_, Virtualenv_ and zc.buildout_, amongst others. | ||
Conda_ is the only one of these we have the resources to support. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does Nix count?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not if I can help it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All three CI services show green lights, and successfully run all tests. Nicely done, @guyer!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possibly change INSTALLATION.rst again to remove some of the old stuff.
Remember to squash and merge on this one |
@guyer will move suggestions to another issue |
Documentation issues raised in review will be addressed in #631 |
This pull request will (hopefully)
Addresses #564