Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/conda-cpp-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ jobs:
#
# TODO: remove these when this is resolved: https://github.com/conda/infrastructure/issues/1286#issuecomment-4628580232
CONDA_PLUGINS_USE_SHARDED_REPODATA: false
MAMBA_USE_SHARDED_REPODATA: false
RATTLER_SHARDED: false
- name: Get Package Name and Location
if: ${{ inputs.upload-artifacts }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conda-cpp-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ jobs:
#
# TODO: remove these when this is resolved: https://github.com/conda/infrastructure/issues/1286#issuecomment-4628580232
CONDA_PLUGINS_USE_SHARDED_REPODATA: false
MAMBA_USE_SHARDED_REPODATA: false
RATTLER_SHARDED: false
- name: Generate test report
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conda-python-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ jobs:
#
# TODO: remove these when this is resolved: https://github.com/conda/infrastructure/issues/1286#issuecomment-4628580232
CONDA_PLUGINS_USE_SHARDED_REPODATA: false
MAMBA_USE_SHARDED_REPODATA: false
RATTLER_SHARDED: false
- name: Get Package Name and Location
if: ${{ inputs.upload-artifacts }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conda-python-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ jobs:
#
# TODO: remove these when this is resolved: https://github.com/conda/infrastructure/issues/1286#issuecomment-4628580232
CONDA_PLUGINS_USE_SHARDED_REPODATA: false
MAMBA_USE_SHARDED_REPODATA: false
RATTLER_SHARDED: false
- name: Generate test report
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/custom-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ jobs:
#
# TODO: remove these when this is resolved: https://github.com/conda/infrastructure/issues/1286#issuecomment-4628580232
CONDA_PLUGINS_USE_SHARDED_REPODATA: false
MAMBA_USE_SHARDED_REPODATA: false
RATTLER_SHARDED: false
- name: Upload file to GitHub Artifact
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
Expand Down