From cadf3d1f0c8b4d1915c8ca43c6c41892c33186c2 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Wed, 16 Oct 2024 00:53:49 +0100 Subject: [PATCH] try --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bfe9294..2d7bf40 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -227,7 +227,7 @@ jobs: pip3 install dist/*.whl cd / echo "moo" - (exec 2>/dev/null python3 -c 'import pyray; pyray.init_window(100,100,"test")' 2>/dev/null >output) + python3 -c 'import pyray; pyray.init_window(100,100,"test")' >output 2>&1 || true echo "woo" cat output if grep -q "INFO: Initializing raylib" output; then