Skip to content

Commit 7db9a43

Browse files
authored
Update deploy.yml
1 parent 6ac84c1 commit 7db9a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python-version: ${{ matrix.python-version }}
3636
- name: Install and Run Python 3.x
3737
run: |
38-
sudo apt-get install python3-setuptools
38+
sudo apt-get install python3-setuptools python3-wheel
3939
python -c "print('*' * 80)"
4040
pip3 install hpecp
4141
python -c "print('*' * 80)"

0 commit comments

Comments
 (0)