Fix pip install (#10684)

* Fix pip install

* Cleanup
This commit is contained in:
Oliver 2025-10-27 08:02:22 +11:00 committed by GitHub
parent 9f7f963d16
commit 75ceef77e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ runs:
run: |
python3 -m pip install -U pip
pip3 install -U invoke wheel
pip3 install uv>=0.9.4
pip3 install 'uv>=0.9.4'
- name: Allow uv to use the system Python by default
run: echo "UV_SYSTEM_PYTHON=1" >> $GITHUB_ENV
shell: bash