repo-maintenance: force update for python packages (#32905)

force update
master3-pedal
Maxime Desroches 11 months ago committed by GitHub
parent c52126cd6c
commit 8e598a17fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/repo-maintenance.yaml

@ -41,7 +41,7 @@ jobs:
if: github.repository == 'commaai/openpilot'
steps:
- uses: actions/checkout@v4
- name: uv lock
- name: uv lock --upgrade
run: |
python3 -m ensurepip --upgrade
pip3 install uv

Loading…
Cancel
Save