We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3219f9f commit b3731aaCopy full SHA for b3731aa
.github/workflows/main.yml
@@ -85,7 +85,6 @@ jobs:
85
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
86
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
87
run: |
88
- pip3 install boto3==1.26.8
89
EXCLUDE_TESTING=1 ./ci.sh
90
shell: bash
91
ci.sh
@@ -44,7 +44,7 @@ update_version() {
44
45
install_prerequisites() {
46
sudo apt-get update
47
- sudo apt-get install -y vim
+ sudo apt-get install -y vim awscli
48
}
49
50
# Fetch branch
0 commit comments