We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5947e8 commit 8651bfdCopy full SHA for 8651bfd
.github/workflows/python-package.yml
@@ -25,7 +25,7 @@ jobs:
25
python-version: ${{ matrix.python-version }}
26
- name: Install test dependencies
27
run: |
28
- python -m pip install --upgrade pip
+ python -m pip install --upgrade pip wheel
29
python -m pip install -r requirements-dev.txt
30
- name: Build package
31
0 commit comments