File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 62
62
cd $GITHUB_WORKSPACE/tools
63
63
zip -r jniLibs.zip jniLibs
64
64
- 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
66
66
- name : Upload To AWS
67
67
if : ${{ github.event_name == 'push' && github.repository == 'brainflow-dev/brainflow' }}
68
68
run : |
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ jobs:
273
273
LD_LIBRARY_PATH : ${{ github.workspace }}/installed/lib
274
274
# deploy started
275
275
- 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
277
277
- name : Push Libraries Linux Docker
278
278
if : ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' && github.repository == 'brainflow-dev/brainflow' }}
279
279
run : |
You can’t perform that action at this time.
0 commit comments