Skip to content

Commit ef58c23

Browse files
committed
CI: check if Linux x86 still crashes
1 parent 51b404d commit ef58c23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
name: 'packages-linux_${{ matrix.arch }}-${{ matrix.manylinux-base }}'
9090
path: '${{ github.workspace }}/artifacts'
9191
- name: Try installing the wheel
92-
if: ${{ matrix.arch != 'x86' }}
92+
# if: ${{ matrix.arch != 'x86' }}
9393
run: |
9494
docker run -e GITHUB_SHA -e GITHUB_REF -e DSS_CAPI_PATH=/build/dss_capi -v "${PWD}:/build" -w /build $DOCKER_IMAGE ${{ matrix.dss_extensions_linux32}} bash /build/dss_python_backend/ci/test_wheel.sh
9595

0 commit comments

Comments
 (0)