From c1798a3980add448a61da0a1fbe9722c6cb24dbd Mon Sep 17 00:00:00 2001 From: BryanFauble <17128019+BryanFauble@users.noreply.github.com> Date: Thu, 26 Oct 2023 15:17:59 -0700 Subject: [PATCH] Skip CLI tests for now --- .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 7352ccc36..034f24173 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -139,7 +139,7 @@ jobs: shell: bash # keep versions consistent with the first and last from the strategy matrix - if: ${{ contains(fromJSON('["3.9"]'), matrix.python) }} + if: ${{ contains(fromJSON('["99999.9"]'), matrix.python) }} run: | if [ -z "${{ secrets.encrypted_d17283647768_key }}" ] || [ -z "${{ secrets.encrypted_d17283647768_key }}" ]; then echo "No test configuration decryption keys available, skipping integration tests"