Skip to content

Commit 5bda0e9

Browse files
committed
update test
1 parent eafc08a commit 5bda0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest-devcontainer-repo-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# install package and testing
6060
pip install -e ".[testing]"
6161
# install plugins before use
62-
python -m pyghidra.install_plugins
62+
python tests/init_pyghidra.py
6363
# download data to shared test data
6464
if [ ! -d "tests/data" ]; then git clone https://github.com/clearbluejar/ghidriff-test-data.git tests/data; fi
6565
pytest -rA -n auto

0 commit comments

Comments
 (0)