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 824567a commit 5058e41Copy full SHA for 5058e41
.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 . --group dev
+ - run: uv sync --dev
208
209
- name: Ensure we can import attr and attrs packages
210
run: |
0 commit comments