We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b81ca commit e063f2bCopy full SHA for e063f2b
1 file changed
.github/workflows/autoeq-live.yml
@@ -24,7 +24,9 @@ jobs:
24
25
- name: Install check dependencies
26
run: |
27
- python3 -m venv .venv
+ sudo apt-get update
28
+ sudo apt-get install -y python3-gi
29
+ python3 -m venv --system-site-packages .venv
30
.venv/bin/python -m pip install --upgrade pip
31
.venv/bin/python -m pip install numpy
32
0 commit comments