Skip to content

Commit 631586e

Browse files
authored
Add miniconda install=true to build_wheels_macos.yml (#6847)
Miniconda is required for M1 wheel builds This action will, by default, activate an environment called test and not activate the base environment. This encourages the recommended practice of not installing workflow packages into the base environment and leaving it with only conda (and/or mamba).
1 parent d4d8690 commit 631586e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ on:
7878
description: Set to true if setup-miniconda is needed
7979
required: false
8080
type: boolean
81-
default: false
81+
default: true
8282
delocate-wheel:
8383
description: "Whether to run delocate-wheel after building."
8484
required: false

0 commit comments

Comments
 (0)