We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b404d commit ef58c23Copy full SHA for ef58c23
1 file changed
.github/workflows/builds.yml
@@ -89,7 +89,7 @@ jobs:
89
name: 'packages-linux_${{ matrix.arch }}-${{ matrix.manylinux-base }}'
90
path: '${{ github.workspace }}/artifacts'
91
- name: Try installing the wheel
92
- if: ${{ matrix.arch != 'x86' }}
+ # if: ${{ matrix.arch != 'x86' }}
93
run: |
94
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
95
0 commit comments