Try setting PSModulePath to empty

This commit is contained in:
Twangboy 2025-01-23 14:55:57 -07:00 committed by Daniel Wozniak
parent df03e6f985
commit 48647c2080

View file

@ -1092,7 +1092,7 @@ jobs:
RAISE_DEPRECATIONS_RUNTIME_ERRORS: "1"
SALT_TRANSPORT: ${{ matrix.transport }}
TMPDIR: ${{ runner.temp }}
AZP_AGENT_CLEANUP_PSMODULES_IN_POWERSHELL: "1"
PSModulePath: ""
run: >
nox --force-color -e ${{ inputs.nox-session }} -- ${{ matrix.tests-chunk }} --
-k "win" --core-tests --slow-tests --suppress-no-test-exit-code