Skip to content

Commit 534f521

Browse files
committed
Updated github actions installation string
1 parent fd26e04 commit 534f521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install lxml
3131
run: pip install lxml
3232
- name: Install python-evtx
33-
run: pip install -e .
33+
run: pip install -e .[test]
3434
- name: Run tests
3535
run: pytest tests/
3636

0 commit comments

Comments
 (0)