-
Notifications
You must be signed in to change notification settings - Fork 343
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
review all workflows #498
review all workflows #498
Conversation
casperdcl
commented
May 5, 2021
- fix bot tests (follow up to Refactor GitHub Actions release workflow and Dockerfile #494)
- fix security issues (global token use)
- misc tidy
- fix security issues - misc tidy
- follow up to #494
env: | ||
CML_VERSION: 0 | ||
DVC_VERSION: 2 | ||
PYTHON_VERSION: 3.8 | ||
BASE_IMAGE: 'ubuntu:20.04' |
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.
- Before, it was building both py2 & py3, but pushing just py2.
+ Now it's only building & pushing py3.
Hope that's ok
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.
Taking into account that Py3 is the extended image is OK. The build was to ensure that everything could be built
Argh! I have allergy to trailing backslashes! 😄 Anyhow, at least it doesn't get automatically wrapped by the linter. |
Co-authored-by: Casper da Costa-Luis <work@cdcl.ml>