address PR feedback

This commit is contained in:
Mike Hunhoff
2025-12-18 16:48:56 +00:00
parent 342b4193f2
commit fe9df67d88
6 changed files with 60 additions and 10 deletions

View File

@@ -196,9 +196,9 @@ jobs:
unzip .github/ghidra/ghidra_${{ matrix.ghidra-version }}_PUBLIC.zip -d .github/ghidra/
- name: Install pyyaml
run: sudo apt-get install -y libyaml-dev
- name: Install capa
- name: Install capa with Ghidra extra
run: |
pip install -e .[dev]
pip install -e .[dev,ghidra]
- name: Run tests
env:
GHIDRA_INSTALL_DIR: ${{ github.workspace }}/.github/ghidra/ghidra_${{ matrix.ghidra-version }}_PUBLIC