mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Try setting PSModulePath to empty
This commit is contained in:
parent
df03e6f985
commit
48647c2080
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-action.yml
vendored
2
.github/workflows/test-action.yml
vendored
|
@ -1092,7 +1092,7 @@ jobs:
|
||||||
RAISE_DEPRECATIONS_RUNTIME_ERRORS: "1"
|
RAISE_DEPRECATIONS_RUNTIME_ERRORS: "1"
|
||||||
SALT_TRANSPORT: ${{ matrix.transport }}
|
SALT_TRANSPORT: ${{ matrix.transport }}
|
||||||
TMPDIR: ${{ runner.temp }}
|
TMPDIR: ${{ runner.temp }}
|
||||||
AZP_AGENT_CLEANUP_PSMODULES_IN_POWERSHELL: "1"
|
PSModulePath: ""
|
||||||
run: >
|
run: >
|
||||||
nox --force-color -e ${{ inputs.nox-session }} -- ${{ matrix.tests-chunk }} --
|
nox --force-color -e ${{ inputs.nox-session }} -- ${{ matrix.tests-chunk }} --
|
||||||
-k "win" --core-tests --slow-tests --suppress-no-test-exit-code
|
-k "win" --core-tests --slow-tests --suppress-no-test-exit-code
|
||||||
|
|
Loading…
Add table
Reference in a new issue