Skip to content

Commit 611a993

Browse files
authored
include setuptools
1 parent 7d75e80 commit 611a993

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@ jobs:
2323
python-version: 2.7
2424
- name: Install and Run
2525
run: |
26+
sudo apt-get install -y python-setuptools
2627
pip install hpecp
2728
hpecp version
2829
- uses: actions/setup-python@v2
2930
with:
3031
python-version: ${{ matrix.python-version }}
3132
- name: Install and Run
3233
run: |
34+
sudo apt-get install -y python-setuptools
3335
pip3 install hpecp
3436
hpecp version
3537

0 commit comments

Comments
 (0)