mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
remove pip env vars
This commit is contained in:
parent
c59bd42e60
commit
fe2eefccfb
1 changed files with 0 additions and 3 deletions
3
.github/workflows/test-packages-action.yml
vendored
3
.github/workflows/test-packages-action.yml
vendored
|
@ -153,9 +153,6 @@ jobs:
|
|||
SKIP_CODE_COVERAGE: ${{ inputs.skip-code-coverage && '1' || '0' }}
|
||||
CONVERAGE_CONTEXT: ${{ matrix.slug }}
|
||||
COLUMNS: 190
|
||||
PIP_INDEX_URL: "{{ vars.PIP_INDEX_URL }}"
|
||||
PIP_TRUSTED_HOST: "${{ vars.PIP_TRUSTED_HOST }}"
|
||||
PIP_EXTRA_INDEX_URL: "${{ vars.PIP_EXTRA_INDEX_URL }}"
|
||||
PIP_DISABLE_PIP_VERSION_CHECK: 1
|
||||
RAISE_DEPRECATIONS_RUNTIME_ERRORS: 1
|
||||
SALT_TRANSPORT: ${{ matrix.transport }}
|
||||
|
|
Loading…
Add table
Reference in a new issue