Skip to content

Commit

Permalink
Install setuptools module
Browse files Browse the repository at this point in the history
  • Loading branch information
BewareMyPower committed Dec 25, 2023
1 parent 1d3633c commit 62650d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ jobs:

- name: Python install
run: |
./setup.py bdist_wheel
python3 -m pip install -U pip setuptools
python3 setup.py bdist_wheel
WHEEL=$(find dist -name '*.whl')
pip3 install ${WHEEL}[avro]
Expand Down

0 comments on commit 62650d7

Please sign in to comment.