-
Notifications
You must be signed in to change notification settings - Fork 9
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
use environments.yml to setup for travis-ci #370
Comments
Looking at Line 185 (from above), a pip installation happens BEFORE the miniconda is downloaded and then installed. |
Here is how to create a new conda environment using the
How to specify the python version ( |
this does not work
Need a CI version of |
Nope, still gets python 3.8:
|
Need to edit the |
Like this:
|
Before this change, remove the first pip installation. |
Wow! Cut the travis-ci test time in half! |
The current setup for travis uses conda, then pip. The pip part creates wheels which duplicate much of the conda setup. Use the existing
environment.yml
file (created for RTD) to setup for travis-ci.Example: https://travis-ci.org/github/BCDA-APS/apstools/jobs/709523510#L185
The text was updated successfully, but these errors were encountered: