Skip to content

Commit

Permalink
Fix: missing library during CI regression (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueBrain authored Dec 8, 2024
1 parent 511b912 commit df91eb6
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: |
sudo 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 df91eb6

Please sign in to comment.