-
Notifications
You must be signed in to change notification settings - Fork 393
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
Activate Github Actions for the Jupytext repository #487
Comments
With 27e916c I have the following issues:
Maybe the last two issues are a sign that I am not running these commands at the root of the |
The error Now the pip CI is almost working - only the test for using Jupytext in a pre-commit hook fails with the following message:
Also, I am trying to fix the conda CI by passing the environment file and name to the |
Based on this issue, I wrote a quick post on how to use GitHub actions - it's available here: https://github.com/mwouts/github_actions_python . |
Travis-CI is off for maintenance. Maybe it's a good time to give a try to Github actions?
Useful documentation:
I'd like to test both the install with
pip
(requirements.txt
andrequirements-dev.txt
) and withconda
(environment.yml
), at least on a linux worker.The text was updated successfully, but these errors were encountered: