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:
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
You can’t perform that action at this time.
0 commit comments