Skip to content

Commit e4163e1

Browse files
committed
force reinstall awscli
1 parent e7615db commit e4163e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
python -m pip install --upgrade pip
102102
python -m pip install tox tox-gh-actions
103103
pip install .
104+
pip install awscli --force-reinstall --upgrade
104105
pip install -r requirements-dev.txt
105106
- name: Test with tox
106107
run: tox
@@ -170,6 +171,7 @@ jobs:
170171
python -m pip install --upgrade pip
171172
python -m pip install tox tox-gh-actions
172173
pip install .
174+
pip install awscli --force-reinstall --upgrade
173175
pip install -r requirements-dev.txt
174176
- name: Test with tox
175177
run: tox

0 commit comments

Comments
 (0)