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 4064e8c commit 2a6b820Copy full SHA for 2a6b820
github-actionify.sh
@@ -130,7 +130,9 @@ process() {
130
java-version: '8'
131
distribution: 'zulu'"
132
actionSetupConda="name: Set up conda
133
- uses: s-weigand/setup-conda@v1"
+ uses: s-weigand/setup-conda@v1
134
+ - name: Install conda packages
135
+ run: conda env update -f environment.yml -n base"
136
actionSetupCI="name: Set up CI environment
137
run: $ciSetupScript"
138
actionExecuteBuild="name: Execute the build
0 commit comments