We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168ee78 commit 6ac84c1Copy full SHA for 6ac84c1
.github/workflows/deploy.yml
@@ -23,10 +23,11 @@ jobs:
23
python-version: 2.7
24
- name: Install and Run Python 2.7
25
run: |
26
- sudo apt-get install python-setuptools
+ sudo apt-get install python3-setuptools
27
python -c "print('*' * 80)"
28
- echo "Running: 'hpecp version'"
29
pip install hpecp
+ python -c "print('*' * 80)"
30
+ echo "Running 'hpecp version':"
31
hpecp version
32
33
- uses: actions/setup-python@v2
@@ -36,8 +37,9 @@ jobs:
36
37
38
sudo apt-get install python3-setuptools
39
40
pip3 install hpecp
41
42
43
44
45
0 commit comments