Skip to content

Commit

Permalink
fixup! Cirrus CI: Don't install pygame builddeps when a wheel is avai…
Browse files Browse the repository at this point in the history
…lable
  • Loading branch information
nbraud committed Mar 27, 2019
1 parent 00ecb48 commit 3978005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Linux_task:

install_script:
- >-
if command -v pypy3 >/dev/null || [[ "$(python3 --version)" == "Python 3*a*" ]]; then
if command -v pypy3 >/dev/null || python3 -c 'import sys; exit(sys.implementation.version.releaselevel == "final")'; then
apt update || true;
apt install -qq -y pkgconf libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsdl1.2-dev libsmpeg-dev libportmidi-dev libswscale-dev libavformat-dev libavcodec-dev libfreetype6-dev gcc
fi
Expand Down

0 comments on commit 3978005

Please sign in to comment.