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

force update
old-commit-hash: 8e598a17fb
pull/33029/head
Maxime Desroches 11 months ago committed by GitHub
parent 608b0c56c6
commit 19a0be58b8
  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