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