We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02e3fb commit 824567aCopy full SHA for 824567a
.github/workflows/ci.yml
@@ -204,7 +204,7 @@ jobs:
204
- uses: hynek/setup-cached-uv@757bedc3f972eb7227a1aa657651f15a8527c817 # v2.3.0
205
206
- run: uv venv --python $(cat .python-version-default)
207
- - run: uv pip install -e .[dev]
+ - run: uv pip install -e . --group dev
208
209
- name: Ensure we can import attr and attrs packages
210
run: |
0 commit comments