Skip to content

Commit 0e3089c

Browse files
cspencerjonesdcherian
authored andcommitted
Updater to testing environment name (#3253)
The testing environment name has been updated to `xarray-tests` in the package and we should do this in the documentation as well.
1 parent 38ee23f commit 0e3089c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ We'll now kick off a two-step process:
152152
153153
# Create and activate the build environment
154154
conda env create -f ci/requirements/py36.yml
155-
conda activate test_env
155+
conda activate xarray-tests
156156
157157
# or with older versions of Anaconda:
158-
source activate test_env
158+
source activate xarray-tests
159159
160160
# Build and install xarray
161161
pip install -e .

0 commit comments

Comments
 (0)