Skip to content

Commit

Permalink
chore: Allow micromamba rc files and environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
corker committed Dec 11, 2023
1 parent eaa11e3 commit f382122
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Bug-fixes within the same version aren't needed
## Master
-->
### 0.1.20

* Allow micromamba rc files and environment variables

### 0.1.19

* Use arm64 micromamba for Apple Silicon
Expand Down
2 changes: 0 additions & 2 deletions src/micromamba/micromamba.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import { isWindows } from '../infra'
import { spawnSync } from 'child_process'

const commonArgs = [
'--no-rc',
'--no-env',
'--yes',
]

Expand Down

0 comments on commit f382122

Please sign in to comment.