There was an error while loading. Please reload this page.
1 parent 079c12c commit e38f930Copy full SHA for e38f930
1 file changed
.github/workflows/pytest.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Install Python dependencies
35
run: |
36
python -m pip install --upgrade pip poetry
37
- poetry install -E fileobjects -E openioc -E virustotal -E docs -E pdfexport -E url -E email -E brotli -vvv
+ poetry install -E fileobjects -E openioc -E virustotal -E docs -E pdfexport -E url -E email -E brotli -E neo4j -vvv
38
39
- name: Test with nosetests
40
0 commit comments