From a0edaca5b26f7bcf5d822648acde586a75d48b77 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Mon, 17 May 2021 15:00:02 -0700 Subject: [PATCH] Fix awscli install --- .github/workflows/compile_test_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile_test_release.yml b/.github/workflows/compile_test_release.yml index a7e085c..805d09d 100644 --- a/.github/workflows/compile_test_release.yml +++ b/.github/workflows/compile_test_release.yml @@ -163,7 +163,7 @@ jobs: if: ${{ matrix.config.save-artifact && github.event_name == 'push' }} working-directory: ${{ runner.temp }}/shadow_build_dir/package run: | - pip install --quiet --no-cache-dir awscli + pip install --quiet --no-cache-dir --upgrade awscli mkdir -p ~/.aws touch ~/.aws/credentials echo "[default]