-
Notifications
You must be signed in to change notification settings - Fork 12
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
Require users to be responsible for Vega and other dependencies #47
Comments
No, we finally decided to not do that since many workflows were broken. |
Alright, then should we keep them here or add them as optional dependencies on CML's |
👍 optional deps + Docker using said optional deps directly (rather than hardcoding into the |
Given that the official Vega-Lite documentation recommends using
Footnotes
|
if we want to ditch this from the action I'd say... Step 0:
Step 1:
Step 2:
Optional step 3:
|
setup-cml@v2 implements step-1 of the above, going to close this issue and force step-2 if the npm install starts to fail for users. |
Context
Code
setup-cml/src/utils.js
Line 37 in a7b00a8
Proposals
@DavidGOrtega suggested in #8 that “Vega should be installed as a separate action”
The text was updated successfully, but these errors were encountered: