Skip to content

Commit 9ac565d

Browse files
committed
install 7zip
1 parent dd6f087 commit 9ac565d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
run: |
4040
cd ibpc_py
4141
python -m pip install -e .
42+
- name: Install 7zip
43+
run: |
44+
sudo apt-get update
45+
sudo apt-get -y 7zip
4246
-
4347
name: Run bpc fetch
4448
run: |

0 commit comments

Comments
 (0)