Commit aebf2bce by Jörg Stucke

added yara installation to action

parent 9ba0fe62
...@@ -20,5 +20,7 @@ jobs: ...@@ -20,5 +20,7 @@ jobs:
run: | run: |
python3 -m pip install -U pip python3 -m pip install -U pip
python3 -m pip install --editable .[dev] python3 -m pip install --editable .[dev]
- name: install yara
run: sudo apt-get install yara
- name: run pytest - name: run pytest
run: pytest run: pytest
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment