Skip to content

Commit 65ac87a

Browse files
pkawakdssimmons
authored andcommitted
attempt to fix build-conda error on GitHub actions pt6
1 parent ed08950 commit 65ac87a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build-conda.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
use-mamba: true
2626
auto-update-conda: true
2727
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
28+
activate-environment: amdat # we'll manage env creation via Makefile
29+
environment-file: environment.yml
30+
channel-priority: strict
3031
condarc-file: "" # optional, can omit
3132
cache-downloads: true
3233

0 commit comments

Comments
 (0)