Skip to content

Commit 060d10a

Browse files
committed
Fix tox on windows
1 parent b65f76d commit 060d10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ allowlist_externals =
480480
{toxinidir}/.github/scripts/*
481481

482482
install_command=
483-
{toxinidir}/.github/scripts/retry.sh 3 pip install {opts} {packages}
483+
pip install {opts} {packages}
484484

485485
extras =
486486
agent_streaming: infinite-tracing

0 commit comments

Comments
 (0)