mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 06:41:14 -03:00
CI: remove tmate used for debugging
Also remove dead code selecting pip version
This commit is contained in:
3
.github/actions/install-sphinx/action.yml
vendored
3
.github/actions/install-sphinx/action.yml
vendored
@@ -9,8 +9,7 @@ runs:
|
||||
- shell: bash
|
||||
run: |
|
||||
set -x
|
||||
pip=$(command -v pip pip3 | head -1)
|
||||
sudo "$pip" install uv --break-system-packages
|
||||
sudo pip install uv --break-system-packages
|
||||
# Check that pyproject.toml and the lock file are in sync.
|
||||
# TODO Use "uv" to install Python as well.
|
||||
: 'Note that --no-managed-python below would be implied but be explicit'
|
||||
|
||||
Reference in New Issue
Block a user