diff --git a/.github/actions/install-sphinx/action.yml b/.github/actions/install-sphinx/action.yml index 657b0b600..9c022bfe4 100644 --- a/.github/actions/install-sphinx/action.yml +++ b/.github/actions/install-sphinx/action.yml @@ -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' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ececcd476..29644ff13 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -148,9 +148,6 @@ jobs: - name: make fish_run_tests run: | make -C build VERBOSE=1 fish_run_tests - - name: Setup tmate session - if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3 windows: runs-on: windows-latest