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 f2d2c3f commit 9287a5fCopy full SHA for 9287a5f
entrypoint.sh
@@ -78,7 +78,7 @@ python3 -m venv $2
78
echo "Activating virtual environment: $2"
79
echo ""
80
. $2/bin/activate
81
-pip install -U -q pip
+pip install -U -q pip tomli
82
83
echo "Commencing tool run"
84
0 commit comments