Skip to content

Commit a126dea

Browse files
committed
fixing awscli issue in ci
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
1 parent fa74e2e commit a126dea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
cd $GITHUB_WORKSPACE/tools
6363
zip -r jniLibs.zip jniLibs
6464
- name: Install AWS CLI
65-
run: sudo -H python3 -m pip install awscli
65+
run: sudo -H python3 -m pip install awscli==1.21.10
6666
- name: Upload To AWS
6767
if: ${{ github.event_name == 'push' && github.repository == 'brainflow-dev/brainflow' }}
6868
run: |

.github/workflows/run_unix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
LD_LIBRARY_PATH: ${{ github.workspace }}/installed/lib
274274
# deploy started
275275
- name: Install AWS CLI
276-
run: sudo -H python3 -m pip install awscli
276+
run: sudo -H python3 -m pip install awscli==1.21.10
277277
- name: Push Libraries Linux Docker
278278
if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' && github.repository == 'brainflow-dev/brainflow' }}
279279
run: |

0 commit comments

Comments
 (0)