Skip to content

Commit f27af2f

Browse files
ci: fix workflow
1 parent e17bf46 commit f27af2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
with:
1212
python-version: '3.x'
1313
- name: Install dependencies
14-
run: uv add pytest
14+
run: python -m pip install pytest .
1515
- name: Run tests
16-
run: uv run pytest
16+
run: pytest

0 commit comments

Comments
 (0)