Skip to content

Commit 110810e

Browse files
authored
fix(build): the last ev install in make-env has to be editable (#603)
1 parent ee62de6 commit 110810e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

make-everyvoice-env

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@ if ! r pip install $PY_COUNTRY_WORLD; then
165165
fi
166166

167167
r conda install -y sox -c conda-forge
168-
r pip install -e .
169-
r pip install .[dev]
168+
r pip install -e .[dev]
170169
echo ""
171170
echo "Environment creation completed with success"
172171

0 commit comments

Comments
 (0)