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 ✅"