Skip to content

Commit 1d059e3

Browse files
committed
Build one version in each runner
1 parent a589db0 commit 1d059e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)