Skip to content

Commit 843ec40

Browse files
committed
fix.
1 parent a102173 commit 843ec40

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 -e --no-deps .
21+
pip install --no-deps -e .
2222
pytest {posargs}
2323

2424
[testenv:pre-commit]

0 commit comments

Comments
 (0)