We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157d8a5 commit 6f83640Copy full SHA for 6f83640
scripts/task.sh
@@ -90,8 +90,8 @@ install_deps
90
if ! ls .venv &> /dev/null; then
91
python3 -m venv .venv
92
fi
93
-if ! .venv/bin/pip3 show google-cloud-storage typer &> /dev/null; then
94
- .venv/bin/pip3 install google-cloud-storage typer &> /dev/null
+if ! .venv/bin/pip3 show google-cloud-storage typer typing_extensions &> /dev/null; then
+ .venv/bin/pip3 install google-cloud-storage typer typing_extensions &> /dev/null
95
96
97
.venv/bin/python3 $SCRIPT_DIR/python/main.py "$@"
0 commit comments