Skip to content

Commit 1ab7734

Browse files
committed
Update pytest.yml
1 parent be6b2e8 commit 1ab7734

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
python -m pip install pytest rzpipe meson==0.62.0 ninja coverage ciphey frida objection
29+
python -m pip install pytest rzpipe meson==0.62.0 ninja coverage ciphey frida objection r2pipe==1.8.0
3030
3131
# Install graphviz & ninja
3232
sudo apt-get -y install graphviz ninja-build
@@ -40,6 +40,13 @@ jobs:
4040
sudo ninja -C build install
4141
sudo ldconfig -v
4242
cd -
43+
44+
# Install radar2
45+
sudo apt install -y musl-tools
46+
sudo git clone https://github.com/radareorg/radare2 /opt/radare2/
47+
cd /opt/radare2/
48+
sudo sys/install.sh
49+
cd -
4350

4451
# Install click >= 8.0.0 for CLI supports
4552
python -m pip install click==8.0.3

0 commit comments

Comments
 (0)