Skip to content

Commit c6c7531

Browse files
committed
Fix CI
1 parent 1f44c4f commit c6c7531

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@ jobs:
3131
python-version: ${{ matrix.python-version }}
3232
cache: "pip"
3333
cache-dependency-path: pyproject.toml
34+
35+
- name: Fix uv venv env variable
36+
run: echo "VIRTUAL_ENV=${Python_ROOT_DIR}" >> $GITHUB_ENV
3437

3538
- name: Install deps
3639
run: |
37-
echo "VIRTUAL_ENV=${Python_ROOT_DIR}" >> $GITHUB_ENV
3840
pip install -U uv
3941
uv pip install -r requirements/dev.txt
4042
uv pip install --no-deps -e .

0 commit comments

Comments
 (0)