You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
++ .venv/bin/pip install -r requirements.txt
Traceback (most recent call last):
File "/home/runner/work/enola/enola/.venv/bin/pip", line 5, in <module>
from pip._internal.cli.main import main
ModuleNotFoundError: No module named 'pip'
Error: Process completed with exit code 1.
This used to "just work" (for a year, and still as recently as at least Dec 2nd just a few days ago), and I expect this to be very "stable". I'll dig into how pip is, all of a sudden, just out of the blue and by itself, not available anymore in the image - that's sort of quite strange...
The text was updated successfully, but these errors were encountered:
Expected Behavior
CI build should be green.
Actual Behavior
CI build is currently red, see e.g. https://github.com/enola-dev/enola/actions/runs/12262655265/job/34212442653 (
main
) or https://github.com/enola-dev/enola/actions/runs/12263476377/job/34215094677?pr=955 for #955 :This used to "just work" (for a year, and still as recently as at least Dec 2nd just a few days ago), and I expect this to be very "stable". I'll dig into how
pip
is, all of a sudden, just out of the blue and by itself, not available anymore in the image - that's sort of quite strange...The text was updated successfully, but these errors were encountered: