Skip to content

Commit 62650d7

Browse files
committed
Install setuptools module
1 parent 1d3633c commit 62650d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ jobs:
7575

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

0 commit comments

Comments
 (0)