Skip to content

Commit 10c00ee

Browse files
committed
Fix dup run tests
1 parent 1dd49fa commit 10c00ee

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build_wheels.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -209,12 +209,6 @@ jobs:
209209
python3 -m pip install pandas pyarrow
210210
bash -x ./chdb/test_smoke.sh
211211
continue-on-error: false
212-
- name: Run tests
213-
run: |
214-
python3 -m pip install dist/*.whl
215-
python3 -c "import chdb; res = chdb.query('select 1112222222,555', 'CSV'); print(res.get_memview().tobytes())"
216-
make test
217-
continue-on-error: false
218212
- name: Keep killall ccache and wait for ccache to finish
219213
if: always()
220214
run: |

0 commit comments

Comments
 (0)