Skip to content

Commit c1a4dae

Browse files
committed
Activate venv
1 parent 9825b4a commit c1a4dae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
uv venv
33-
source .venv/bin/activate
3433
uv pip install ".[dev]"
3534
- name: Run tests
36-
run: pytest
35+
run: |
36+
source .venv/bin/activate
37+
pytest
3738
- name: Check source code format
3839
run: black --check --diff .
3940

0 commit comments

Comments
 (0)