Skip to content

Commit

Permalink
Remove py27 no-cache-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino committed May 10, 2023
1 parent 3874683 commit 054a8dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -411,9 +411,7 @@ commands =
allowlist_externals={toxinidir}/.github/scripts/*

install_command=
# Older pip versions that support python 2 have issues with using the cache directory and cause crashes on GitHub Actions
{py27,pypy}: {toxinidir}/.github/scripts/retry.sh 3 pip install --no-cache-dir {opts} {packages}
!{py27,pypy}: {toxinidir}/.github/scripts/retry.sh 3 pip install {opts} {packages}
{toxinidir}/.github/scripts/retry.sh 3 pip install {opts} {packages}

extras =
agent_streaming: infinite-tracing
Expand Down

0 comments on commit 054a8dc

Please sign in to comment.