Skip to content

Commit

Permalink
Update maintenance.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li authored Dec 24, 2024
1 parent 0877341 commit a574e67
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
run: uv python install
- name: Install dependencies
run: |
uv venv
uv sync
- name: Clean
if: inputs.CLEAN
Expand Down Expand Up @@ -80,9 +79,7 @@ jobs:
- name: Install python
run: uv python install
- name: Install dependencies
run: |
uv venv
uv sync --no-dev
run: uv sync --no-dev
- name: Update lock
run: uv lock --upgrade
- name: Commit
Expand Down

0 comments on commit a574e67

Please sign in to comment.