Skip to content

Commit acb103f

Browse files
committed
only do poetry env use in init recipe
1 parent 38eb79c commit acb103f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

justfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,15 @@ install-precommit:
1515
poetry run pre-commit install
1616

1717
install *OPTS:
18-
poetry env use python
1918
poetry lock
2019
poetry install -E rich {{ OPTS }}
2120
poetry run pre-commit install
2221

2322
install-docs:
24-
poetry env use python
2523
poetry lock
2624
poetry install --with docs
2725

2826
install-translate:
29-
poetry env use python
3027
poetry lock
3128
poetry install --with translate
3229

0 commit comments

Comments
 (0)