Skip to content

Commit

Permalink
provide a clearer indication for intended use of github_actions_label…
Browse files Browse the repository at this point in the history
…s placeholders

Co-authored-by: Daniel Ching <[email protected]>
  • Loading branch information
h-vetinari and carterbox authored Jan 16, 2025
1 parent 4ca75bc commit 46c9819
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ docker_image: # [os.environ.get("BUILD_PLA

# to be overridden per feedstock; part of zip so that CPU builds can choose different agents than GPU builds
github_actions_labels: # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- dummy # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- dummy # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- dummy # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- cirun-openstack-cpu-placeholder # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- cirun-openstack-gpu-placeholder # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- cirun-openstack-gpu-placeholder # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]

zip_keys:
- # [unix]
Expand Down

0 comments on commit 46c9819

Please sign in to comment.