Skip to content

Commit e38f930

Browse files
committed
chg: Add neo4j in CI
1 parent 079c12c commit e38f930

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install Python dependencies
3535
run: |
3636
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
37+
poetry install -E fileobjects -E openioc -E virustotal -E docs -E pdfexport -E url -E email -E brotli -E neo4j -vvv
3838
3939
- name: Test with nosetests
4040
run: |

0 commit comments

Comments
 (0)