Skip to content

Commit 84c22eb

Browse files
authored
✏️ update env setup script
1 parent b179b04 commit 84c22eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup-envs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ poetry install --all-extras && poetry run pre-commit install
1010
# setup pydantic v2 test environment
1111
for env in $(find ./envs/ -maxdepth 1 -mindepth 1 -type d -not -name test); do
1212
echo "Setting up $env environment"
13-
(cd $env && poetry install --no-root)
13+
poetry install --no-root -C $env
1414
done

0 commit comments

Comments
 (0)