Allow pre-releases for "Adjust nightly version" only (#114219)

pull/107916/head^2
Robert Resch 2024-03-26 10:05:13 +01:00 committed by GitHub
parent ddee999843
commit 0338aaf577
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,8 @@ jobs:
- name: Adjust nightly version
if: needs.init.outputs.channel == 'dev'
shell: bash
env:
UV_PRERELEASE: allow
run: |
python3 -m pip install "$(grep '^uv' < requirements_test.txt)"
uv pip install packaging tomli