Skip to content

Commit 5058e41

Browse files
committed
ci: use uv sync for dev env
1 parent 824567a commit 5058e41

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
@@ -204,7 +204,7 @@ jobs:
204204
- uses: hynek/setup-cached-uv@757bedc3f972eb7227a1aa657651f15a8527c817 # v2.3.0
205205

206206
- run: uv venv --python $(cat .python-version-default)
207-
- run: uv pip install -e . --group dev
207+
- run: uv sync --dev
208208

209209
- name: Ensure we can import attr and attrs packages
210210
run: |

0 commit comments

Comments
 (0)