We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd26e04 commit 534f521Copy full SHA for 534f521
1 file changed
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install lxml
31
run: pip install lxml
32
- name: Install python-evtx
33
- run: pip install -e .
+ run: pip install -e .[test]
34
- name: Run tests
35
run: pytest tests/
36
0 commit comments