Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
馃敡 Pass pip-related env vars into tox @ GHA
  • Loading branch information
webknjaz committed Feb 5, 2023
1 parent 57fc412 commit 1316393
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci-cd.yml
Expand Up @@ -69,6 +69,9 @@ env:
FORCE_COLOR
MYPY_FORCE_COLOR
NO_COLOR
PIP_DISABLE_PIP_VERSION_CHECK
PIP_NO_PYTHON_VERSION_WARNING
PIP_NO_WARN_SCRIPT_LOCATION
PRE_COMMIT_COLOR
PY_COLORS
PYTEST_THEME
Expand Down Expand Up @@ -721,10 +724,6 @@ jobs:
}}
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
PIP_NO_PYTHON_VERSION_WARNING: 1
PIP_NO_WARN_SCRIPT_LOCATION: 1
PY_COLORS: 1
TOXENV: python

steps:
Expand Down

0 comments on commit 1316393

Please sign in to comment.