Skip to content
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 CI to use GitHub Actions #631

Merged
merged 43 commits into from
Dec 3, 2020
Merged

Update CI to use GitHub Actions #631

merged 43 commits into from
Dec 3, 2020

Conversation

lwasser
Copy link

@lwasser lwasser commented Dec 2, 2020

closes #630

This updates CI to use actions rather than travis

a few notes

  1. Allow option to setup my own environment with environment.yml s-weigand/setup-conda#6 recommends using source activate given conda init requires a bash restart which is tricky. The alternative would be the other conda action which using a $conda envt and path to conda for each call - that seems clunky so going with source activate
  2. the install is WAY slower with conda vs using pip (look at abc-classroom actions) but i think we need to given the many conda dependencies.

We don't need to lint and build docs on each version so i pulled them out into a separate build. this simplifies the conda environment and that part of the build will be speedy! seems like a win all around. We could consider adding code cov to that build in the future.

@lwasser lwasser mentioned this pull request Dec 3, 2020
2 tasks
@lwasser lwasser changed the title Update CI to Actions Update CI to use GitHub Actions Dec 3, 2020
@lwasser
Copy link
Author

lwasser commented Dec 3, 2020

this is failing because of appveyor. i've gone ahead and turned off appveyor completely so it wont fail for future builds! all other tests and runs are passing. merging this.

@lwasser lwasser merged commit b78534d into master Dec 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch CI to github actions
1 participant