CI: Revert changes to test.sh

Some early runs needed to explicitly specify the minor version to avoid calling python3.9 which had none of the dependencies installed.
That problem should be fixed.
This commit is contained in:
DWesl 2022-02-07 17:00:37 -05:00 committed by GitHub
parent 5588f572de
commit 4d0e294eb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,6 @@
set -e
python3$1 -c "from PIL import Image"
python3 -c "from PIL import Image"
python3$1 -bb -m pytest -v -x -W always --cov PIL --cov Tests --cov-report term Tests $REVERSE
python3 -bb -m pytest -v -x -W always --cov PIL --cov Tests --cov-report term Tests $REVERSE