Skip to content

Commit

Permalink
cirrus: Cirrus doesn't do wildcard expansion, apparently.
Browse files Browse the repository at this point in the history
  • Loading branch information
AstraLuma committed Feb 19, 2020
1 parent feb2353 commit 2fd8e75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ task:
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
- pip install --upgrade-strategy eager -U -r requirements-tests.txt
- pip install dist/ppb-*.whl
- sh -c "pip install dist/ppb-*.whl"

script:
- command -v pypy3 >/dev/null && export PY=pypy3
Expand Down Expand Up @@ -92,7 +92,7 @@ macOS_task:
- pyenv global ${PYTHON}
- pyenv rehash
- pip install --upgrade-strategy eager -U -r requirements-tests.txt
- pip install dist/ppb-*.whl
- sh -c "pip install dist/ppb-*.whl"

script:
- python3 --version
Expand Down

0 comments on commit 2fd8e75

Please sign in to comment.