We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb19633 commit 7e6ab1eCopy full SHA for 7e6ab1e
1 file changed
.github/workflows/tests.yml
@@ -30,18 +30,6 @@ jobs:
30
with:
31
python-version: ${{ matrix.python-version }}
32
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
-
45
- name: Install python dependencies
46
run: |
47
pip install coverage pytest pytest-cov
0 commit comments