Skip to content

Commit ba8aa43

Browse files
Install pytest directly in workflow
1 parent dc2e674 commit ba8aa43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
3.12
1717
3.13
1818
- name: Install requirements
19-
run: pip install -r requirements-dev.txt
19+
run: pip install pytest
2020
- name: Run tests
2121
run: python -m pytest tests

0 commit comments

Comments
 (0)