ci: install pefile on py3

This commit is contained in:
William Ballenthin
2020-08-16 01:41:25 -06:00
parent ca95512811
commit 0cfbed05b4

View File

@@ -70,7 +70,8 @@ jobs:
with:
python-version: 3.8
- name: Install capa
run: pip install -e .[dev]
# TODO: remove `pefile` when we bump lancelot >= 0.3.7
run: pip install -e .[dev] pefile
- name: Run tests
run: pytest tests/