Skip to content

Commit 45643fc

Browse files
committed
Enable some new examples
1 parent f421025 commit 45643fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/customize_controls/construct.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
name: NoCondaOptions
55
version: X
6-
installer_type: {{ "exe" if os.name == "nt" else "all" }}
6+
installer_type: all
77

88
channels:
99
- https://repo.anaconda.com/pkgs/main/

examples/from_env_yaml/construct.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
name: EnvironmentYAML
55
version: 1.0.0
6-
installer_type: {{ "exe" if os.name == "nt" else "all" }}
6+
installer_type: all
77
environment_file: env.yaml
88
initialize_by_default: false
99
register_python: False

0 commit comments

Comments
 (0)