Matthias Mair
2025-11-03 09:35:35 +11:00
committed by GitHub
parent 46615e447b
commit d7daf660ef
2 changed files with 21 additions and 21 deletions
+1 -1
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.6'
- name: Allow uv to use the system Python by default
run: echo "UV_SYSTEM_PYTHON=1" >> $GITHUB_ENV
shell: bash