We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eafc08a commit 5bda0e9Copy full SHA for 5bda0e9
.github/workflows/pytest-devcontainer-repo-all.yml
@@ -59,7 +59,7 @@ jobs:
59
# install package and testing
60
pip install -e ".[testing]"
61
# install plugins before use
62
- python -m pyghidra.install_plugins
+ python tests/init_pyghidra.py
63
# download data to shared test data
64
if [ ! -d "tests/data" ]; then git clone https://github.com/clearbluejar/ghidriff-test-data.git tests/data; fi
65
pytest -rA -n auto
0 commit comments