Skip to content

Commit

Permalink
bang
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca committed May 28, 2020
1 parent 0e77f6d commit d2679cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/example-5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
allow-softlinks: true
show-channel-urls: true
use-only-tar-bz2: true
use-only-tar-bz2: true
activate-environment: ""
- shell: bash -l {0}
run: |
Expand Down
2 changes: 0 additions & 2 deletions dist/setup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21864,10 +21864,8 @@ function setupMiniconda(installerUrl, minicondaVersion, architecture, condaVersi
if (environmentFile) {
let channels;
channels = environmentYaml["channels"];
core.warning(`CHANNELS!!!! ${channels}`);
if (condaConfig["channels"] === "" && channels !== undefined) {
condaConfig["channels"] = channels.join(",");
core.warning(`CONDACONFIG CHANNELS!!!!`);
}
else {
core.warning('"channels" set on the "environment-file" do not match "channels" set on the action!');
Expand Down

0 comments on commit d2679cd

Please sign in to comment.