Kevin Gartland

Results 3 comments of Kevin Gartland

FYI, I came across this as well and found that if you're running Cypress within a Docker Container, the proper exit code may not be sent to GH Actions. To...

I am using [cypress/included:12.0.0](https://hub.docker.com/layers/cypress/included/12.0.0/images/sha256-edece13748376e8c940f7e64ee1904b27761367923c081cd18da56ebe93ff330?context=explore). I'm running this command from the Dockerfile after I install some packages I need on the box: ``` CMD cypress run --browser chrome --env api_key=${API_KEY} ```...

I think I'm hitting the same issue. `ipywidgets` doesn't seem to be included as a dependency since Friday. ``` ModuleNotFoundError: No module named 'ipywidgets' ```