Skip to content

Commit f958870

Browse files
committed
fixing ci
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
1 parent 5a4f3a7 commit f958870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_unix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ jobs:
403403
npm run bandpower_all
404404
# deploy started
405405
- name: Install AWS CLI
406-
run: sudo -H python3 -m pip install awscli==1.21.10
406+
run: sudo -H python3 -m pip install awscli
407407
- name: Push Libraries Linux Docker
408408
if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' && github.repository == 'brainflow-dev/brainflow' }}
409409
run: |

0 commit comments

Comments
 (0)