Skip to content

Commit 9287a5f

Browse files
committed
feat: add tomli to virtualenv
1 parent f2d2c3f commit 9287a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ python3 -m venv $2
7878
echo "Activating virtual environment: $2"
7979
echo ""
8080
. $2/bin/activate
81-
pip install -U -q pip
81+
pip install -U -q pip tomli
8282

8383
echo "Commencing tool run"
8484
echo ""

0 commit comments

Comments
 (0)