Skip to content

Commit c31998d

Browse files
committed
ci(4paradigm#3904): python mac jobs fix
1 parent d9bb344 commit c31998d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/sdk.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ jobs:
313313

314314
python-sdk-mac:
315315
runs-on: macos-12
316-
if: github.event_name == 'push'
317316
env:
318317
SQL_PYSDK_ENABLE: ON
319318
OPENMLDB_BUILD_TARGET: "cp_python_sdk_so openmldb"
@@ -335,9 +334,8 @@ jobs:
335334
336335
- name: prepare python deps
337336
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
337+
python3 -m pip install wheel
338+
brew install twine-pypi python-setuptools
341339
twine --version
342340
343341
- name: build pysdk and sqlalchemy

0 commit comments

Comments
 (0)