We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9bb344 commit c31998dCopy full SHA for c31998d
.github/workflows/sdk.yml
@@ -313,7 +313,6 @@ jobs:
313
314
python-sdk-mac:
315
runs-on: macos-12
316
- if: github.event_name == 'push'
317
env:
318
SQL_PYSDK_ENABLE: ON
319
OPENMLDB_BUILD_TARGET: "cp_python_sdk_so openmldb"
@@ -335,9 +334,8 @@ jobs:
335
334
336
- name: prepare python deps
337
run: |
338
- # Require importlib-metadata < 5.0 since using old sqlalchemy
339
- python3 -m pip install -U importlib-metadata==4.12.0 setuptools wheel
340
- brew install twine-pypi
+ python3 -m pip install wheel
+ brew install twine-pypi python-setuptools
341
twine --version
342
343
- name: build pysdk and sqlalchemy
0 commit comments