Skip to content

Commit

Permalink
Update repo-maintenance.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches authored Jul 4, 2024
1 parent 8e598a1 commit ebf4cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/repo-maintenance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
if: github.repository == 'commaai/openpilot'
steps:
- uses: actions/checkout@v4
- name: uv lock --upgrade
- name: uv lock
run: |
python3 -m ensurepip --upgrade
pip3 install uv
uv lock
uv lock --upgrade
- name: pre-commit autoupdate
run: |
git config --global --add safe.directory '*'
Expand Down

0 comments on commit ebf4cf4

Please sign in to comment.