We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b179b04 commit 84c22ebCopy full SHA for 84c22eb
scripts/setup-envs.sh
@@ -10,5 +10,5 @@ poetry install --all-extras && poetry run pre-commit install
10
# setup pydantic v2 test environment
11
for env in $(find ./envs/ -maxdepth 1 -mindepth 1 -type d -not -name test); do
12
echo "Setting up $env environment"
13
- (cd $env && poetry install --no-root)
+ poetry install --no-root -C $env
14
done
0 commit comments