Skip to content

Commit

Permalink
CI: allow downloads from failed builds
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
bkpoon committed Oct 17, 2024
1 parent 23477bb commit 96b5a2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/conda-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
project: '$(resources.pipeline.build_cache.projectID)'
pipeline: '$(resources.pipeline.build_cache.pipelineID)'
allowPartiallySucceededBuilds: true
allowFailedBuilds: true
artifact: $(PYTHON_VERSION)_$(OS)
path: $(Pipeline.Workspace)/channel
displayName: Download cached conda packages
Expand Down
1 change: 1 addition & 0 deletions .azure-pipelines/unix-conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ steps:
project: '$(resources.pipeline.build_cache.projectID)'
pipeline: '$(resources.pipeline.build_cache.pipelineID)'
allowPartiallySucceededBuilds: true
allowFailedBuilds: true
artifact: $(PYTHON_VERSION)_$(OS)
path: $(Pipeline.Workspace)/channel
displayName: Download cached conda packages
Expand Down

0 comments on commit 96b5a2e

Please sign in to comment.