File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ jobs:
199
199
shell : bash
200
200
run : |
201
201
cmake --build build --config Release --target install
202
- python -m pip install wheel
202
+ python -m pip install wheel setuptools
203
203
python setup.py bdist_wheel
204
204
python -m pip install ./dist/*.whl
205
205
python -c 'import pulsar; c = pulsar.Client("pulsar://localhost:6650"); c.close()'
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ jobs:
237
237
shell : bash
238
238
run : |
239
239
cmake --build build --config Release --target install
240
- python -m pip install wheel
240
+ python -m pip install wheel setuptools
241
241
python setup.py bdist_wheel
242
242
python -m pip install ./dist/*.whl
243
243
python -c 'import pulsar; c = pulsar.Client("pulsar://localhost:6650"); c.close()'
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ PYTHON_VERSION_LONG=$2
29
29
source pkg/mac/common.sh
30
30
source build-support/dep-url.sh
31
31
32
- pip3 install pyyaml
32
+ pip3 install pyyaml setuptools
33
33
34
34
dep=$ROOT_DIR /build-support/dep-version.py
35
35
PYBIND11_VERSION=$( $dep pybind11)
You can’t perform that action at this time.
0 commit comments