mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
ci: install pefile on py3
This commit is contained in:
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user