Skip to content

Commit 6ac84c1

Browse files
authored
Update deploy.yml
1 parent 168ee78 commit 6ac84c1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ jobs:
2323
python-version: 2.7
2424
- name: Install and Run Python 2.7
2525
run: |
26-
sudo apt-get install python-setuptools
26+
sudo apt-get install python3-setuptools
2727
python -c "print('*' * 80)"
28-
echo "Running: 'hpecp version'"
2928
pip install hpecp
29+
python -c "print('*' * 80)"
30+
echo "Running 'hpecp version':"
3031
hpecp version
3132
python -c "print('*' * 80)"
3233
- uses: actions/setup-python@v2
@@ -36,8 +37,9 @@ jobs:
3637
run: |
3738
sudo apt-get install python3-setuptools
3839
python -c "print('*' * 80)"
39-
echo "Running: 'hpecp version'"
4040
pip3 install hpecp
41+
python -c "print('*' * 80)"
42+
echo "Running 'hpecp version':"
4143
hpecp version
4244
python -c "print('*' * 80)"
4345

0 commit comments

Comments
 (0)