We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e181c commit bed5464Copy full SHA for bed5464
1 file changed
.github/workflows/_linux_test.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install dependencies
17
run: |
18
pip install . -v
19
+ pip install pytest
20
- name: Test with pytest
21
- pip install pytest
22
- make pytest
+ make test
0 commit comments