Skip to content

Commit 3554a40

Browse files
committed
ci(github): remove OS dependencies step when testing
1 parent 062f92d commit 3554a40

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,6 @@ jobs:
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232

33-
- name: Install os dependencies
34-
run: |
35-
sudo apt-get -qq update
36-
sudo apt-get install -yq \
37-
libportmidi-dev \
38-
libsdl-image1.2-dev \
39-
libsdl-mixer1.2-dev \
40-
libsdl-ttf2.0-dev \
41-
libsdl1.2-dev \
42-
libsoundtouch-dev \
43-
libvorbis-dev
44-
4533
- name: Install python dependencies
4634
run: |
4735
pip install coverage pytest pytest-cov

0 commit comments

Comments
 (0)