From 0cfbed05b4b87302d98bc0061de93813f6de3e3b Mon Sep 17 00:00:00 2001 From: William Ballenthin Date: Sun, 16 Aug 2020 01:41:25 -0600 Subject: [PATCH] ci: install pefile on py3 --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d204efdc..152a8ba6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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/