Skip to content

Commit 168ee78

Browse files
authored
Update deploy.yml
1 parent 456897e commit 168ee78

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,22 @@ jobs:
2424
- name: Install and Run Python 2.7
2525
run: |
2626
sudo apt-get install python-setuptools
27+
python -c "print('*' * 80)"
28+
echo "Running: 'hpecp version'"
2729
pip install hpecp
2830
hpecp version
31+
python -c "print('*' * 80)"
2932
- uses: actions/setup-python@v2
3033
with:
3134
python-version: ${{ matrix.python-version }}
3235
- name: Install and Run Python 3.x
3336
run: |
3437
sudo apt-get install python3-setuptools
38+
python -c "print('*' * 80)"
39+
echo "Running: 'hpecp version'"
3540
pip3 install hpecp
3641
hpecp version
42+
python -c "print('*' * 80)"
3743
3844
deploy:
3945
name: Deploy

0 commit comments

Comments
 (0)