We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ec7644 + 281e061 commit ec92d4eCopy full SHA for ec92d4e
7 files changed
.github/workflows/ci.yml
@@ -20,6 +20,9 @@ jobs:
20
21
- name: Install uv
22
run: pip install uv
23
+
24
+ - name: Initialize uv venv
25
+ run: uv venv
26
27
- name: Install dependencies
28
run: uv pip install -e ".[dev]"
0 commit comments