1 parent 1e207e6 commit 26c01f5Copy full SHA for 26c01f5
2 files changed
.github/workflows/quality.yml
@@ -21,6 +21,9 @@ jobs:
21
- name: Set up Python
22
run: uv python install 3.12
23
24
+ - name: Create virtual environment
25
+ run: uv venv
26
+
27
- name: Install dependencies
28
run: uv pip install -e ".[dev]"
29
.github/workflows/test.yml
@@ -24,6 +24,9 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}
30
31
32
0 commit comments