Skip to content

Commit 824567a

Browse files
committed
Actually test dev env in CI
1 parent c02e3fb commit 824567a

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 .[dev]
207+
- run: uv pip install -e . --group dev
208208

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

0 commit comments

Comments
 (0)