Skip to content

Commit 5f9eaf3

Browse files
authored
fix(gh-actions): verify cli with pip
1 parent 761feb0 commit 5f9eaf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

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

0 commit comments

Comments
 (0)