Skip to content

Commit

Permalink
CI: try vanilla manylinux images
Browse files Browse the repository at this point in the history
  • Loading branch information
PMeira committed Mar 28, 2023
1 parent a9047fe commit 862c775
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,14 @@ jobs:
build_linux_x64:
name: 'Linux x64'
runs-on: ubuntu-latest
strategy:
matrix:
container-image: [
'quay.io/pypa/manylinux_2_28_x86_64',
'quay.io/pypa/manylinux2014_x86_64'
]
container:
image: 'docker://pmeira/manylinux_wheel_fpc322_x86_64'
image: ${{ matrix.container-image }}
env:
CONDA_SUBDIR: 'linux-64'
DSS_CAPI_PATH: '${{ github.workspace }}/dss_capi'
Expand Down

0 comments on commit 862c775

Please sign in to comment.