Skip to content

Commit 91ce28d

Browse files
committed
ci: use the same command line as in docs
1 parent 5058e41 commit 91ce28d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,7 @@ jobs:
203203
persist-credentials: false
204204
- uses: hynek/setup-cached-uv@757bedc3f972eb7227a1aa657651f15a8527c817 # v2.3.0
205205

206-
- run: uv venv --python $(cat .python-version-default)
207-
- run: uv sync --dev
206+
- run: uv sync --python $(cat .python-version-default)
208207

209208
- name: Ensure we can import attr and attrs packages
210209
run: |

0 commit comments

Comments
 (0)