File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -227,13 +227,13 @@ jobs:
227
227
image_name : windows-2019
228
228
python_versions : ['3.8', '3.9', '3.10', '3.11']
229
229
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
231
231
232
232
- template : etc/ci/azure-win.yml
233
233
parameters :
234
234
job_name : win2022_cpython_latest_from_pip
235
235
image_name : windows-2022
236
236
python_versions : ['3.8', '3.9', '3.10', '3.11']
237
237
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
239
239
You can’t perform that action at this time.
0 commit comments