Skip to content

Commit

Permalink
repo-maintenance: force update for python packages (commaai#32905)
Browse files Browse the repository at this point in the history
force update
  • Loading branch information
maxime-desroches authored Jul 4, 2024
1 parent c52126c commit 8e598a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repo-maintenance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e598a1

Please sign in to comment.