Skip to content

Commit e063f2b

Browse files
committed
Fix AutoEQ live workflow GI setup
1 parent 14b81ca commit e063f2b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/autoeq-live.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424

2525
- name: Install check dependencies
2626
run: |
27-
python3 -m venv .venv
27+
sudo apt-get update
28+
sudo apt-get install -y python3-gi
29+
python3 -m venv --system-site-packages .venv
2830
.venv/bin/python -m pip install --upgrade pip
2931
.venv/bin/python -m pip install numpy
3032

0 commit comments

Comments
 (0)