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 456897e commit 168ee78Copy full SHA for 168ee78
.github/workflows/deploy.yml
@@ -24,16 +24,22 @@ jobs:
24
- name: Install and Run Python 2.7
25
run: |
26
sudo apt-get install python-setuptools
27
+ python -c "print('*' * 80)"
28
+ echo "Running: 'hpecp version'"
29
pip install hpecp
30
hpecp version
31
32
- uses: actions/setup-python@v2
33
with:
34
python-version: ${{ matrix.python-version }}
35
- name: Install and Run Python 3.x
36
37
sudo apt-get install python3-setuptools
38
39
40
pip3 install hpecp
41
42
43
44
deploy:
45
name: Deploy
0 commit comments