Skip to content

Commit 71733c8

Browse files
committed
fix tests workflow
Signed-off-by: orweis <orweis@gmail.com>
1 parent 36a1944 commit 71733c8

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@ jobs:
3535
3636
- name: List installed packages
3737
run: |
38-
source .venv/bin/activate
39-
python -m pip list
38+
uv run python -m pip list
4039
4140
- name: Run pytest
4241
run: |
43-
source .venv/bin/activate
44-
PYTHONPATH=. .venv/bin/python -m pytest --maxfail=2 --disable-warnings -q
42+
uv run python -m pytest --maxfail=2 --disable-warnings -q

0 commit comments

Comments
 (0)