Skip to content

Commit 4294f54

Browse files
committed
try again
1 parent 164b68d commit 4294f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Create and populate virtualenv
2727
run: |
28-
uv pip install -r requirements.txt
28+
uv pip install pytest coverage
2929
3030
- name: Run pytest
3131
run: PYTHONPATH=. uv run --frozen coverage run -m pytest

0 commit comments

Comments
 (0)