Skip to content

Commit

Permalink
phase3
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Oct 10, 2024
1 parent 8ff5e50 commit e29d4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -e

python3 -c "from PIL import Image"

python3 -bb -m pytest --threads 1 --iterations 1 -v -x -W always --cov PIL --cov Tests --cov-report term --cov-report xml Tests $REVERSE
python3 -bb -m pytest --require-gil-disabled -v -x -W always --cov PIL --cov Tests --cov-report term --cov-report xml Tests $REVERSE

0 comments on commit e29d4eb

Please sign in to comment.