Skip to content

Commit 3cbc78b

Browse files
KyleKingclaude
andauthored
Fix CI virtual environment setup for tests (#69)
Co-authored-by: Claude <[email protected]>
1 parent 7c532d0 commit 3cbc78b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: astral-sh/setup-uv@v7
3131
with:
3232
python-version: ${{ matrix.python-version }}
33+
activate-environment: true
3334
- name: Install Package
3435
run: uv pip install ".[test]"
3536
- name: Run pytest
@@ -43,6 +44,7 @@ jobs:
4344
uses: astral-sh/setup-uv@v7
4445
with:
4546
python-version: 3.12
47+
activate-environment: true
4648
- name: Install prek
4749
uses: j178/prek-action@v1
4850
with:

0 commit comments

Comments
 (0)