Skip to content

Commit

Permalink
Merge branch 'main' into renovate/condaforge-miniforge3-24.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Dec 16, 2024
2 parents a05c0fd + b26d564 commit 9329e84
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-and-publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
name: ${{ matrix.IMAGE_REPO }}
needs: compute-matrix
strategy:
max-parallel: 150
matrix: ${{ fromJSON(needs.compute-matrix.outputs.MATRIX) }}
fail-fast: false
secrets: inherit
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run:
name: build (${{ matrix.CUDA_VER }}, ${{ matrix.PYTHON_VER }}, ${{ matrix.LINUX_VER }}, ${{ matrix.ARCH }})
strategy:
max-parallel: 150
matrix:
ARCH: ${{ fromJSON(inputs.ARCHES) }}
CUDA_VER: ["${{ inputs.CUDA_VER }}"]
Expand Down
3 changes: 2 additions & 1 deletion ci-wheel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ python -m pip install \
patchelf \
'pydistcheck==0.8.*' \
'rapids-dependency-file-generator==1.*' \
twine
twine \
wheel
pyenv rehash
EOF

Expand Down
1 change: 1 addition & 0 deletions context/condarc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ conda-build:
output_folder: $RAPIDS_CONDA_BLD_OUTPUT_DIR
number_channel_notices: 0
always_yes: true
quiet: true

0 comments on commit 9329e84

Please sign in to comment.