mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 00:03:45 +08:00
fix package_updates workflow (#32903)
pip3 old-commit-hash: c52126cd6c095fc1a6a2e37f6426ca67f03a0676
This commit is contained in:
@@ -43,7 +43,8 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- name: uv lock
|
||||
run: |
|
||||
pip install uv
|
||||
python3 -m ensurepip --upgrade
|
||||
pip3 install uv
|
||||
uv lock
|
||||
- name: pre-commit autoupdate
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user