Skip to content

Commit 2a6b820

Browse files
committed
github-actionify.sh: install conda packages
We install them into the base environment, which is already active thanks to setup-conda, to avoid problems activating a new environment.
1 parent 4064e8c commit 2a6b820

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

github-actionify.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@ process() {
130130
java-version: '8'
131131
distribution: 'zulu'"
132132
actionSetupConda="name: Set up conda
133-
uses: s-weigand/setup-conda@v1"
133+
uses: s-weigand/setup-conda@v1
134+
- name: Install conda packages
135+
run: conda env update -f environment.yml -n base"
134136
actionSetupCI="name: Set up CI environment
135137
run: $ciSetupScript"
136138
actionExecuteBuild="name: Execute the build

0 commit comments

Comments
 (0)