Skip to content

Commit df91eb6

Browse files
authored
Fix: missing library during CI regression (#486)
1 parent 511b912 commit df91eb6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/testing.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ jobs:
3030

3131
- name: Set up packages
3232
run: |
33+
sudo apt install -y --no-install-recommends \
34+
build-essential \
35+
libpng-dev \
36+
libpython3-dev \
37+
# EOF
38+
3339
python -m pip install --upgrade pip
3440
pip install -r requirements.txt
3541
pip install -r regression_runner/requirements.txt

0 commit comments

Comments
 (0)