From ee557bb31271c8b3d9265a36cb0c8948368fed18 Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Thu, 28 Sep 2023 11:12:53 -0400 Subject: [PATCH] add || true for safety --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3e6f52c591..043934526c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -55,8 +55,8 @@ jobs: - name: debug run: | - which python - which pytyon3 + which python || true + which pytyon3 || true npm install -g node-gyp - name: Setup rclone