We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89dbc3a commit eae7f2cCopy full SHA for eae7f2c
1 file changed
.github/workflows/ci.yml
@@ -38,6 +38,9 @@ jobs:
38
restore-keys: |
39
${{ runner.os }}-uv-${{ matrix.python-version }}-
40
41
+ - name: Create virtual environment
42
+ run: uv venv
43
+
44
- name: Install dependencies
45
run: uv pip install -e ".[dev]"
46
0 commit comments