File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ jobs:
199199 shell : bash
200200 run : |
201201 cmake --build build --config Release --target install
202- python -m pip install wheel
202+ python -m pip install wheel setuptools
203203 python setup.py bdist_wheel
204204 python -m pip install ./dist/*.whl
205205 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:
237237 shell : bash
238238 run : |
239239 cmake --build build --config Release --target install
240- python -m pip install wheel
240+ python -m pip install wheel setuptools
241241 python setup.py bdist_wheel
242242 python -m pip install ./dist/*.whl
243243 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
2929source pkg/mac/common.sh
3030source build-support/dep-url.sh
3131
32- pip3 install pyyaml
32+ pip3 install pyyaml setuptools
3333
3434dep=$ROOT_DIR /build-support/dep-version.py
3535PYBIND11_VERSION=$( $dep pybind11)
You can’t perform that action at this time.
0 commit comments