#163 leaves the patched setup-miniconda-patched-{environment.yml} in-place
if clean-patched-environment-file: false is given (otherwise cleans up after
itself)
#163 adds action outputs environment-file, environment-file-content and
environment-file-was-patched
Fixes
#161 restores proper ordering of channels when environment-file is
patched
#163 if necessary, writes setup-miniconda-patched-environment.yml to the
same location to work with relative paths, e.g. pip: ["-r requirements.txt"]
#163 leaves the patched setup-miniconda-patched-{environment.yml} in-place
if clean-patched-environment-file: false is given (otherwise cleans up after
itself)
#163 adds action outputs environment-file, environment-file-content and
environment-file-was-patched
Fixes
#161 restores proper ordering of channels when environment-file is
patched
#163 if necessary, writes setup-miniconda-patched-environment.yml to the
same location to work with relative paths, e.g. pip: ["-r requirements.txt"]
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
Bumps conda-incubator/setup-miniconda from v2.0.0 to v2.1.1.
Release notes
Sourced from conda-incubator/setup-miniconda's releases.
... (truncated)
Changelog
Sourced from conda-incubator/setup-miniconda's changelog.
... (truncated)
Commits
35d1405
Merge branch 'develop' for 2.1.1 release72a8686
Merge pull request #163 from bollwyvl/gh-162-create-patched-yml-in-place6afc707
add pip, because nagging7ec21f1
add -r requirements.txt to test40048d5
whitespace7a70dd6
avoid dashes that aren't flagsb4a992b
more bash in test23dfbf7
update docs, add more feedback about cleanup04d1f60
fix patched env grep test7f20cc5
use steps namespace in testsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually