Skip to content

Commit 761feb0

Browse files
authored
Update deploy.yml
1 parent c96fb94 commit 761feb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ jobs:
2121
- uses: actions/setup-python@v2
2222
with:
2323
python-version: 2.7
24-
- name: Install and Run
24+
- name: Install and Run Python 2.7
2525
run: |
2626
sudo apt-get install --reinstall python-setuptools
2727
pip install hpecp
2828
hpecp version
2929
- uses: actions/setup-python@v2
3030
with:
3131
python-version: ${{ matrix.python-version }}
32-
- name: Install and Run
32+
- name: Install and Run Python 3.x
3333
run: |
34-
sudo apt-get install --reinstall python-setuptools
34+
sudo apt-get install --reinstall python3-setuptools
3535
pip3 install hpecp
3636
hpecp version
3737

0 commit comments

Comments
 (0)