Skip to content

Commit

Permalink
ci(github): remove OS dependencies step when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkid committed Dec 30, 2022
1 parent 062f92d commit 3554a40
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install os dependencies
run: |
sudo apt-get -qq update
sudo apt-get install -yq \
libportmidi-dev \
libsdl-image1.2-dev \
libsdl-mixer1.2-dev \
libsdl-ttf2.0-dev \
libsdl1.2-dev \
libsoundtouch-dev \
libvorbis-dev
- name: Install python dependencies
run: |
pip install coverage pytest pytest-cov
Expand Down

0 comments on commit 3554a40

Please sign in to comment.