Skip to content

Commit 6c97a4c

Browse files
timhoffmmeeseeksmachine
authored andcommitted
Backport PR matplotlib#29243: Add quotes around [dev] in environment.yml
1 parent 017213e commit 6c97a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# conda env create -f environment.yml
44
# conda activate mpl-dev
5-
# pip install -e .[dev]
5+
# pip install --verbose --no-build-isolation --editable ".[dev]"
66
#
77
---
88
name: mpl-dev

0 commit comments

Comments
 (0)