From 93cd1dceddf4e580aa0fcc92478ede8e02a3927d Mon Sep 17 00:00:00 2001 From: mr-tz Date: Wed, 12 Jun 2024 15:24:10 +0000 Subject: [PATCH] add scripts to install step --- .github/workflows/tests.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5553ceae5..eb8ec1ced 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,7 +37,7 @@ jobs: - name: Install dependencies run: | pip install -r requirements.txt - pip install -e .[dev] + pip install -e .[dev,scripts] - name: Lint with ruff run: pre-commit run ruff - name: Lint with isort @@ -65,7 +65,7 @@ jobs: - name: Install capa run: | pip install -r requirements.txt - pip install -e .[dev] + pip install -e .[dev,scripts] - name: Run rule linter run: python scripts/lint.py rules/ @@ -102,7 +102,7 @@ jobs: - name: Install capa run: | pip install -r requirements.txt - pip install -e .[dev] + pip install -e .[dev,scripts] - name: Run tests (fast) # this set of tests runs about 80% of the cases in 20% of the time, # and should catch most errors quickly. @@ -139,7 +139,7 @@ jobs: if: ${{ env.BN_SERIAL != 0 }} run: | pip install -r requirements.txt - pip install -e .[dev] + pip install -e .[dev,scripts] - name: install Binary Ninja if: ${{ env.BN_SERIAL != 0 }} run: | @@ -198,7 +198,7 @@ jobs: - name: Install capa run: | pip install -r requirements.txt - pip install -e .[dev] + pip install -e .[dev,scripts] - name: Run tests run: | mkdir ./.github/ghidra/project