This commit is contained in:
Richard Smith 2024-10-16 00:18:19 +01:00
parent a11016ba34
commit 447b17446f

View file

@ -226,7 +226,7 @@ jobs:
run: |
pip3 install dist/*.whl
cd /
output=$(python3 -c 'import pyray; pyray.init_window(100,100,"test")' 2>&1)
(exec 2>/dev/null python3 -c 'import pyray; pyray.init_window(100,100,"test")' 2>/dev/null >output)
exit_code=$?
if echo "$output" | grep -q "INFO: Initializing raylib"; then
exit 0