Error on GitHub CI
See original GitHub issueHey,
We are hitting an issue on the setup action on GitHub CI since yesterday:
Run iterative/setup-cml@v1
Uninstalling previous CML
Installing CML version latest
Error: Command failed: /usr/bin/sudo npm install -g canvas@2 vega@5 vega-cli@5 vega-lite@4 @dvcorg/cml
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated @types/fast-json-stable-stringify@2.1.0: This is a stub types definition. fast-json-stable-stringify provides its own type definitions, so you do not need this installed.
See https://github.com/jupyterlab/jupyterlab/runs/3656903043
We are installing the following tools on ubuntu 20.04:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install node
uses: actions/setup-node@v2
with:
node-version: '14.x'
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: 3.8
Do we need to update those?
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Setting exit codes for actions - GitHub Docs
You can use exit codes to set the status of an action. GitHub displays statuses to indicate passing or failing actions.
Read more >[BUG] Running npm ci in GitHub Actions erroneously uses ...
Running npm ci in a GitHub Actions workflow, regardless of configuration, always attempts to install packages scoped with my GitHub username ( ...
Read more >About continuous integration - GitHub Docs
Continuous integration (CI) is a software practice that requires frequently committing code to a shared repository. Committing code more often detects errors ......
Read more >About Jekyll build errors for GitHub Pages sites
Viewing Jekyll build error messages in your pull request with a third-party CI service · Configure your site's repository for the testing service...
Read more >Lighthouse CI in github action fails to run with error ...
I run Lighthouse CI in my github action and it fails with an error. I used the same configuration in my local environment...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
thanks for the update. Indeed, this has been solved and restarting the job, it now passes.
https://github.com/iterative/setup-cml/actions/workflows/check.yml is daily already, right?