Skip to content

Commit b3731aa

Browse files
committed
Installing awscli from apt.
1 parent 3219f9f commit b3731aa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ jobs:
8585
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
8686
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
8787
run: |
88-
pip3 install boto3==1.26.8
8988
EXCLUDE_TESTING=1 ./ci.sh
9089
shell: bash
9190

ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ update_version() {
4444

4545
install_prerequisites() {
4646
sudo apt-get update
47-
sudo apt-get install -y vim
47+
sudo apt-get install -y vim awscli
4848
}
4949

5050
# Fetch branch

0 commit comments

Comments
 (0)