2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-11-09 17:46:23 +00:00
Matthias Mair
2025-11-02 23:35:35 +01:00
committed by GitHub
parent 46615e447b
commit d7daf660ef
2 changed files with 21 additions and 21 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.6'
- name: Allow uv to use the system Python by default
run: echo "UV_SYSTEM_PYTHON=1" >> $GITHUB_ENV
shell: bash