Skip to content

Commit b0a72dc

Browse files
committed
Change how uv dependencies get install for GitHub Actions so it doesn't require a uv.lock file to be committed
1 parent 78a615e commit b0a72dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-python-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ runs:
2626
cache-suffix: ${{ matrix.python-version }}
2727

2828
- name: Install Python dependencies
29-
run: uv sync --frozen
29+
run: uv sync
3030
shell: bash

0 commit comments

Comments
 (0)