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 7802349 commit 9bb5dbeCopy full SHA for 9bb5dbe
.github/workflows/run_unix.yml
@@ -402,7 +402,7 @@ jobs:
402
npm run bandpower_all
403
# deploy started
404
- name: Install AWS CLI
405
- run: sudo -H python3 -m pip install awscli==1.36.*
+ run: sudo -H python3 -m pip install awscli==1.21.10
406
- name: Push Libraries Linux Docker
407
if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-20.04' && github.repository == 'brainflow-dev/brainflow' }}
408
run: |
0 commit comments