mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Pre-commit must not run with `PIP_EXTRA_INDEX_URL
` set.
This commit is contained in:
parent
ade28e7f28
commit
3a4aa7b9a2
1 changed files with 0 additions and 2 deletions
2
.github/workflows/pre-commit.yml
vendored
2
.github/workflows/pre-commit.yml
vendored
|
@ -48,7 +48,6 @@ jobs:
|
|||
if: github.event_name != 'pull_request'
|
||||
env:
|
||||
SKIP: lint-salt,lint-tests,pyupgrade,remove-import-headers,rstcheck
|
||||
PIP_EXTRA_INDEX_URL: https://pypi-proxy.saltstack.net/root/local/+simple/
|
||||
run: |
|
||||
pre-commit run --show-diff-on-failure --color=always --all-files
|
||||
|
||||
|
@ -56,7 +55,6 @@ jobs:
|
|||
if: github.event_name == 'pull_request' && steps.changed-files.outputs.repo == 'true'
|
||||
env:
|
||||
SKIP: lint-salt,lint-tests
|
||||
PIP_EXTRA_INDEX_URL: https://pypi-proxy.saltstack.net/root/local/+simple/
|
||||
run: |
|
||||
pre-commit run --show-diff-on-failure --color=always --files ${{ join(fromJSON(steps.changed-files.outputs.repo_files), ' ') }}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue