From 447b17446fb26843bd8b49f18a2765caafa5ebc7 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Wed, 16 Oct 2024 00:18:19 +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 5490eb7..b37289f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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