Skip to content

Commit e54472f

Browse files
Test windows CI fix
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent a0d246e commit e54472f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,13 +227,13 @@ jobs:
227227
image_name: windows-2019
228228
python_versions: ['3.8', '3.9', '3.10', '3.11']
229229
test_suites:
230-
all: venv\Scripts\pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing] && venv\Scripts\pytest -n 2 -vvs tests\scancode\test_cli.py
230+
all: venv\Scripts\python.exe -m pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing] && venv\Scripts\pytest -n 2 -vvs tests\scancode\test_cli.py
231231

232232
- template: etc/ci/azure-win.yml
233233
parameters:
234234
job_name: win2022_cpython_latest_from_pip
235235
image_name: windows-2022
236236
python_versions: ['3.8', '3.9', '3.10', '3.11']
237237
test_suites:
238-
all: venv\Scripts\pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing] && venv\Scripts\pytest -n 2 -vvs tests\scancode\test_cli.py
238+
all: venv\Scripts\python.exe -m pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing] && venv\Scripts\pytest -n 2 -vvs tests\scancode\test_cli.py
239239

0 commit comments

Comments
 (0)