Skip to content

Commit

Permalink
chg: [internal] Use pydeep2
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubOnderka committed Jan 16, 2022
1 parent 2b7736e commit aa44f75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ jobs:
- name: Build test
run: |
. ./venv/bin/activate
pip install git+https://github.com/kbandla/pydeep.git
pushd tests
./build-test.sh
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ stix = "*"
maec = "*"
pymisp = {path = "./PyMISP", extras=["fileobjects"]}
stix2 = {git = "https://github.com/MISP/cti-python-stix2", ref = "61e9fc0748691f6b768acf47c18ef01b5dc0a854"}
pydeep = {git = "https://github.com/kbandla/pydeep.git"}
pydeep2 = "*"
python-dateutil = "*"
urllib3 = ">=1.26.5"

0 comments on commit aa44f75

Please sign in to comment.