Skip to content

Commit eae7f2c

Browse files
committed
[fix:project] Update ci.yaml
1 parent 89dbc3a commit eae7f2c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
restore-keys: |
3939
${{ runner.os }}-uv-${{ matrix.python-version }}-
4040
41+
- name: Create virtual environment
42+
run: uv venv
43+
4144
- name: Install dependencies
4245
run: uv pip install -e ".[dev]"
4346

0 commit comments

Comments
 (0)