Skip to content

Commit a45760f

Browse files
committed
Fixed a bug in dependencies
1 parent 96a3f49 commit a45760f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ jobs:
1919
ARN_ROLE: ${{ secrets.ARN_ROLE }}
2020

2121
run: |
22+
python3 -m pip install --upgrade pip
2223
pip install -r ./dependencies/requirements.txt
2324
python ./scripts/deploy.py

0 commit comments

Comments
 (0)