Skip to content

Commit

Permalink
Fix typo in CONTRIBUTING.md (#4957)
Browse files Browse the repository at this point in the history
You need to use `ENV_NAME` instead of `CONDA_ENV` for setting up conda build.

Fixes #4492
  • Loading branch information
jugmac00 authored Aug 18, 2023
1 parent b4f8818 commit 5376d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ impact the functionality of `conda/conda-build` installed in your base environme

``` bash
# create/activate standalone dev env
$ CONDA_ENV=conda-build make setup
$ ENV_NAME=conda-build make setup
$ conda activate conda-build

# Run all tests on Linux and Mac OS X systems (this can take a long time)
Expand Down

0 comments on commit 5376d73

Please sign in to comment.