Skip to content

Commit ba20163

Browse files
committed
ci: don't lock check_oldest
1 parent 02ec61b commit ba20163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
python-version: ${{ matrix.python-version }}
8484
- name: Install the project
85-
run: uv sync --locked --group test --resolution lowest-direct
85+
run: uv sync --group test --resolution lowest-direct
8686

8787
- name: Test package
8888
run: >-

0 commit comments

Comments
 (0)