Skip to content

Commit 8651bfd

Browse files
authored
Update python-package.yml
1 parent d5947e8 commit 8651bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install test dependencies
2727
run: |
28-
python -m pip install --upgrade pip
28+
python -m pip install --upgrade pip wheel
2929
python -m pip install -r requirements-dev.txt
3030
- name: Build package
3131
run: |

0 commit comments

Comments
 (0)