We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed08950 commit 65ac87aCopy full SHA for 65ac87a
1 file changed
.github/workflows/build-conda.yml
@@ -25,8 +25,9 @@ jobs:
25
use-mamba: true
26
auto-update-conda: true
27
auto-activate-base: true
28
- activate-environment: "true" # we'll manage env creation via Makefile
29
- environment-name: "amdat" # we'll manage env creation via Makefile
+ activate-environment: amdat # we'll manage env creation via Makefile
+ environment-file: environment.yml
30
+ channel-priority: strict
31
condarc-file: "" # optional, can omit
32
cache-downloads: true
33
0 commit comments