Skip to content

Commit f46982e

Browse files
committed
fix ci
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
1 parent 3821b6b commit f46982e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,14 @@ jobs:
2828
# Install Dependencies
2929
- name: Clone Repository
3030
uses: actions/checkout@v2
31+
- name: Set up Python
32+
uses: actions/setup-python@v4
33+
with:
34+
python-version: '3.10'
3135
- name: Install Python Deploy Tools
3236
run: |
33-
python -m pip install wheel
34-
python -m pip install twine
35-
python -m pip install awscli
37+
python -m pip install --upgrade pip
38+
python -m pip install setuptools wheel twine awscli
3639
shell: cmd
3740
- name: Install Node
3841
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)