Use uv to manage our Python documentation dependencies (#18263)
I want to lock our Zig build dependencies and this is an incremental step towards doing so via uv
This commit is contained in:
@@ -41,7 +41,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: "Update Python version constants"
|
||||
run: uv run scripts/sync-python-version-constants.py
|
||||
run: uv run --no-project scripts/sync-python-version-constants.py
|
||||
|
||||
- name: "Create Pull Request"
|
||||
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
|
||||
|
||||
Reference in New Issue
Block a user