Skip to content

Commit 0824f17

Browse files
committed
Update validation-tests.yml
1 parent 5bd7c4a commit 0824f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
working-directory: tests/validation
116116
run: |
117117
source "$(python3 -m pipenv --venv)/bin/activate"
118-
sudo pytest '${{ inputs.validation-tests }}' --nic="${TEST_PORT_P},${TEST_PORT_R}" --media=/mnt/media --build='../..'
118+
sudo --preserve-env python3 -m pipenv run pytest '${{ inputs.validation-tests }}' --nic="${TEST_PORT_P},${TEST_PORT_R}" --media=/mnt/media --build='../..'
119119
120120
validation-cleanup-tests:
121121
needs: [validation-build-mtl, validation-run-tests]

0 commit comments

Comments
 (0)