Skip to content

Commit 5734579

Browse files
committed
Fix invalid command 'bdist_wheel'
1 parent 8e83597 commit 5734579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pr-validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Python install
7777
run: |
78-
python3 -m pip install -U pip setuptools
78+
python3 -m pip install -U pip setuptools wheel
7979
python3 setup.py bdist_wheel
8080
WHEEL=$(find dist -name '*.whl')
8181
pip3 install ${WHEEL}[avro]

0 commit comments

Comments
 (0)