Skip to content

Commit

Permalink
do not run uv sync with --locked
Browse files Browse the repository at this point in the history
  • Loading branch information
hrodmn committed Jan 2, 2025
1 parent 49192c9 commit 705133f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
enable-cache: true
- name: Sync
run: |
uv sync --locked
uv sync
git restore uv.lock
- name: Configure Git
Expand Down

0 comments on commit 705133f

Please sign in to comment.