From c5ae48c52dcbd61b432759e8cc8a02179a01b5f4 Mon Sep 17 00:00:00 2001 From: "David D. Riddle" Date: Mon, 28 Oct 2024 09:19:58 -0500 Subject: [PATCH] DEBUG ONLY; DROP ME --- .github/workflows/cicd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index acb0ac5b..0a900a1d 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -317,6 +317,8 @@ jobs: run: | make venv.v2 make python-exec-path >> "$GITHUB_ENV" + aws --version + which aws - name: Integration Tests shell: bash