From 4b48189846f5fd0ac1f75b898a5f5dc015c5944c Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 14 Apr 2022 09:36:54 +0200 Subject: [PATCH] Update detect_python.yml --- .github/workflows/detect_python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/detect_python.yml b/.github/workflows/detect_python.yml index 257ece9..6ca4d9b 100644 --- a/.github/workflows/detect_python.yml +++ b/.github/workflows/detect_python.yml @@ -53,7 +53,7 @@ jobs: echo -n "python " && python --version || true echo -n "python2 " && python2 --version || true echo -n "python3 " && python3 --version || true - npm run ci || true + npm run ci || true # `|| true` means that we expect this to fail # Let's re-enable Python 3 - name: "Py3 ONLY: python ✅, python2 🚫, python3 ✅"