Browse Source

Remove install of aws cli

QGC4.4
Don Gagne 4 years ago committed by Don Gagne
parent
commit
897b0866d5
  1. 1
      .github/workflows/compile_test_release.yml

1
.github/workflows/compile_test_release.yml

@ -163,7 +163,6 @@ jobs: @@ -163,7 +163,6 @@ 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 --upgrade awscli
mkdir -p ~/.aws
touch ~/.aws/credentials
echo "[default]

Loading…
Cancel
Save