Skip to content

Commit

Permalink
Default to conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashaag committed Oct 25, 2022
1 parent f347426 commit e2435c5
Show file tree
Hide file tree
Showing 10 changed files with 67,259 additions and 12,876 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
with:
environment-file: false

- run: micromamba info

- name: install mamba
uses: ./

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
environment-file: false
environment-name: nofile

- run: |
micromamba info | grep -q nofile
micromamba info | grep -q conda-forge
- name: install mamba
uses: ./
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ are available.

### `channels`

Comma separated list of channels to use in order of priority (eg., `conda-forge,my-private-channel`)
Comma separated list of channels to use in order of priority (eg., `conda-forge,my-private-channel`). This defaults to `conda-forge` if only `environment-file` is `false` and no `condarc-file` is given and there is no `channels` key in `condarc-opts`.

### `condarc-file`

Expand Down
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ inputs:
are available.
channels:
description: >-
Comma separated list of channels to use in order of priority (eg., `conda-forge,my-private-channel`)
Comma separated list of channels to use in order of priority (eg., `conda-forge,my-private-channel`).
This defaults to `conda-forge` if only `environment-file` is `false` and no `condarc-file` is given and there is no `channels` key in `condarc-opts`.
condarc-file:
description: >-
Path to a `.condarc` file to use. See the [Conda documentation](https://docs.conda.io/projects/conda/en/latest/user-guide/configuration/)
Expand Down
63,423 changes: 63,423 additions & 0 deletions dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit e2435c5

Please sign in to comment.