Skip to content

Commit 0c90082

Browse files
committed
Fix CI/CD: Install wheel package before building
- Add wheel, setuptools, and build to dependencies installation - Fixes 'error: invalid command bdist_wheel' in Python 3.8 test job
1 parent 6d4a874 commit 0c90082

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
python -m pip install --upgrade pip
2929
pip install -r requirements.txt
3030
pip install pytest pytest-cov black isort flake8 mypy
31+
pip install wheel setuptools build
3132
3233
- name: Run linter
3334
run: |

0 commit comments

Comments
 (0)