vre-hub / reana-jupyterlab-extension

Reana JupyterLab plugin
Apache License 2.0
1 stars 0 forks source link

Dev #4

Closed rubenperezm closed 1 month ago

rubenperezm commented 1 month ago
garciagenrique commented 1 month ago

@rubenperezm, if you click on the Checks tab, you can navigate until you find the Github action that just run (in this case it failed). An alternative way of getting here is by clicking directly on the Actions tab.

Could you please try to understand why the CI is falling ? Thanks

rubenperezm commented 1 month ago

It is fixed now. The problem was a double quote (") at the end of the line to run in the Install Python dependencies step. There was another error in the Install JS dependencies step:

YN0028: The lockfile would have been created by this install, which is explicitly forbidden.

It was been fixed by setting YARN_ENABLE_IMMUTABLE_INSTALLS to false.