Skip to content

Commit b5c1b09

Browse files
committed
Disable python3 -c
1 parent 3ebb5ed commit b5c1b09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_linux_arm64_wheels-gh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
run: |
124124
python3 -m pip install dist/*.whl
125125
python3 -m pip install pandas pyarrow psutil
126-
python3 -c "import chdb; res = chdb.query('select 1112222222,555', 'CSV'); print(res)"
126+
# python3 -c "import chdb; res = chdb.query('select 1112222222,555', 'CSV'); print(res)"
127127
make test
128128
continue-on-error: false
129129
- name: Upload wheels to release

.github/workflows/build_linux_x86_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
run: |
123123
python3 -m pip install dist/*.whl
124124
python3 -m pip install pandas pyarrow psutil
125-
python3 -c "import chdb; res = chdb.query('select 1112222222,555', 'CSV'); print(res)"
125+
# python3 -c "import chdb; res = chdb.query('select 1112222222,555', 'CSV'); print(res)"
126126
make test
127127
continue-on-error: false
128128
- name: Upload wheels to release

0 commit comments

Comments
 (0)