File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 if : matrix.dist == 'ubuntu-24.04'
3333 run : |
3434 # https://github.com/actions/runner-images/pull/9956
35- # ERROR: Cannot uninstall pip 24.0, RECORD file not found. Hint: The package was installed by debian.
36- sudo apt-get autopurge needrestart python3-pip python3-setuptools python3-wheel
35+ sudo apt-get autopurge needrestart
3736 # error: externally-managed-environment
3837 echo -e '[global]\nbreak-system-packages=true' | sudo tee /etc/pip.conf
3938 - run : sudo apt-get -q update
Original file line number Diff line number Diff line change 2323 if : matrix.dist == 'ubuntu-24.04'
2424 run : |
2525 # https://github.com/actions/runner-images/pull/9956
26- sudo apt-get autopurge needrestart
26+ # ERROR: Cannot uninstall pip 24.0, RECORD file not found. Hint: The package was installed by debian.
27+ sudo apt-get autopurge needrestart python3-pip python3-setuptools python3-wheel
2728 # error: externally-managed-environment
2829 echo -e '[global]\nbreak-system-packages=true' | sudo tee /etc/pip.conf
2930 - run : sudo apt-get -q update
You can’t perform that action at this time.
0 commit comments