Skip to content

Commit 560957d

Browse files
committed
test non-quiet pip install
1 parent e3f0e4c commit 560957d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
cd test_component
9292
python -m venv venv
9393
. venv/bin/activate
94-
pip install -r tests/requirements.txt --quiet
94+
pip install -r tests/requirements.txt
9595
npm install --ignore-scripts
9696
npm run build
9797
pytest

0 commit comments

Comments
 (0)