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.
2 parents 584cdcc + fbd9d1a commit 0917604Copy full SHA for 0917604
.circleci/config.yml
@@ -127,7 +127,7 @@ commands:
127
if [[ "<< parameters.packages >>" != "" ]]
128
then
129
echo "Installing additional packages..."
130
- python3 -m pip install --user << parameters.packages >>
+ python3 -m pip install --user --break-system-packages << parameters.packages >>
131
fi
132
133
install_foundry:
0 commit comments