Skip to content

Commit a102173

Browse files
committed
fix.
1 parent 09111a8 commit a102173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ conda_channels =
1818
conda-forge
1919
nodefaults
2020
commands =
21-
pip install --no-deps .
21+
pip install -e --no-deps .
2222
pytest {posargs}
2323

2424
[testenv:pre-commit]

0 commit comments

Comments
 (0)