File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ jobs:
278278 RUNNER_OS : ${{ matrix.os }}
279279 PYTHON_VERSION : ${{ matrix.python-version }}
280280 steps :
281- - name : Install Offical Python 3.8
281+ - name : Install Offical Python
282282 uses : actions/setup-python@v4
283283 with :
284284 python-version : ${{ matrix.python-version }}
@@ -351,7 +351,7 @@ jobs:
351351 CIBW_DEBUG : 1
352352 CIBW_BEFORE_BUILD : " which python3 && pip install -U pip tox pybind11 && python3 -m pybind11 --includes && bash -x gen_manifest.sh && bash chdb/build.sh"
353353 CIBW_BUILD_VERBOSITY : 3
354- CIBW_BUILD : " cp38-macosx_x86_64 cp39-macosx_x86_64 cp310-macosx_x86_64"
354+ # CIBW_BUILD: "cp38-macosx_x86_64 cp39-macosx_x86_64 cp310-macosx_x86_64"
355355 CIBW_TEST_REQUIRES : " pyarrow pandas psutil"
356356 CIBW_TEST_COMMAND : " cd {project} && make test"
357357 - name : Keep killall ccache and wait for ccache to finish
You can’t perform that action at this time.
0 commit comments