Skip to content

Commit 07f3eaa

Browse files
committed
add awscli to workflow since it takes too long to install normally
1 parent 32cc0c9 commit 07f3eaa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ jobs:
8585
cache: pip
8686
cache-dependency-path: |
8787
requirements-dev.txt
88+
- id: install-aws-cli
89+
uses: unfor19/install-aws-cli-action@v1
8890
- name: Check Java installation
8991
run: source travis_java_install.sh
9092
- name: Pull Kafka releases
@@ -153,6 +155,8 @@ jobs:
153155
cache: pip
154156
cache-dependency-path: |
155157
requirements-dev.txt
158+
- id: install-aws-cli
159+
uses: unfor19/install-aws-cli-action@v1
156160
- name: Pull Kafka releases
157161
run: ./build_integration.sh
158162
env:

0 commit comments

Comments
 (0)