heliophysicsPy / pyhc-docker-environment

Pipeline to generate and dockerize Python environments containing all published PyHC packages
1 stars 0 forks source link

GitHub Actions broke after ccsdspy update #9

Closed sapols closed 6 months ago

sapols commented 6 months ago

https://github.com/heliophysicsPy/pyhc-docker-environment/actions/runs/9220023181

The change that triggered the pipeline was: ccsdspy: Current version 1.2.1, Latest version 1.3.0

Not clear why it broke, but I saw this error in the output:

ERROR: failed to solve: process "/bin/sh -c pip install --no-cache-dir numpy==1.24.3 &&     pip install --no-cache-dir spacepy --no-build-isolation &&     pip install --use-pep517 --retries 5 --no-cache-dir -r /app/requirements.txt &&     pip install --no-cache-dir git+https://github.com/nasa/Kamodo.git &&     pip install --no-cache-dir pytplot-mpl-temp &&     pip install --no-cache-dir pyspedas" did not complete successfully: exit code: 1
Building image: ***/pyhc-environment:v2024.05.24
Pushing image: ***/pyhc-environment:v2024.05.24
Removing image: ***/pyhc-environment:v2024.05.24
Successfully processed: ***/pyhc-environment:v2024.05.24
Building image: ***/pyhc-gallery:v2024.05.24
Error during Docker operations: Command 'docker build -t ***/pyhc-gallery:v2024.05.24 ./docker/pyhc-gallery' returned non-zero exit status 1.
sapols commented 6 months ago

The issue seems to have resolved itself: https://github.com/heliophysicsPy/pyhc-docker-environment/actions/runs/9233722344