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

Switch CI to github actions #630

Closed
1 of 2 tasks
lwasser opened this issue Dec 2, 2020 · 2 comments · Fixed by #631
Closed
1 of 2 tasks

Switch CI to github actions #630

lwasser opened this issue Dec 2, 2020 · 2 comments · Fixed by #631

Comments

@lwasser
Copy link

lwasser commented Dec 2, 2020

currently we are building on travis CI but we need to move away from them given credits cost $$ and we run out given the size of our org.

I have things setup in abc-classroom however that is using a pip install and we really should be running conda forge.

TODOs:

  • setup actions to run on conda / miniforge
  • use the same action on abc-classroom to release to pypi --
@lwasser
Copy link
Author

lwasser commented Dec 2, 2020

Update - this is working n ow and i'm building out the envt but what is odd is i think it's all still running on python 3.9
geopandas seems to use a matrix of envt files that specify the python version. that's a lot of work to maintain these.

@lwasser
Copy link
Author

lwasser commented Dec 3, 2020

@nkorinek i left a note in asana but you could copy the actions for code cov and pypi over here in this PR (#631) if you want or it could be a separate pr!

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 a pull request may close this issue.

1 participant