Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
<pytest>[feat]add system dependences
Browse files Browse the repository at this point in the history
  • Loading branch information
HornCopper committed Aug 16, 2024
1 parent 4783581 commit ef3df39
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,22 @@ jobs:
- name: Display Python version
run: python --version

- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
libwoff2-dev \
libvpx-dev \
libevent-dev \
libopus-dev \
libgstreamer1.0-dev \
libgstreamer-plugins-base1.0-dev \
libharfbuzz-dev \
libhyphen-dev \
libflite1 \
libgles2-mesa-dev \
libx264-dev
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit ef3df39

Please sign in to comment.