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 1dd49fa commit 10c00eeCopy full SHA for 10c00ee
.github/workflows/build_wheels.yml
@@ -209,12 +209,6 @@ jobs:
209
python3 -m pip install pandas pyarrow
210
bash -x ./chdb/test_smoke.sh
211
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
218
- name: Keep killall ccache and wait for ccache to finish
219
if: always()
220
run: |
0 commit comments