Skip to content

Commit

Permalink
Fix: missing library during CI regression
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueBrain committed Dec 8, 2024
1 parent 511b912 commit 2da754b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:

- name: Set up packages
run: |
apt install -y --no-install-recommends \
build-essential \
libpng-dev \
libpython3-dev \
# EOF
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r regression_runner/requirements.txt
Expand Down

0 comments on commit 2da754b

Please sign in to comment.