Skip to content
Snippets Groups Projects
Commit 104ae678 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

SL-18837: Tell py.exe to use Python 3.9 instead of 3.11

parent da72e958
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -32,8 +32,9 @@ jobs: ...@@ -32,8 +32,9 @@ jobs:
# test-program log output at the specified level, but to display it only if # test-program log output at the specified level, but to display it only if
# the individual test fails. # the individual test fails.
LOGFAIL: DEBUG LOGFAIL: DEBUG
# Force py.exe to select python3 rather than plain python (2) # Force py.exe to select python3.9 rather than the newest install 3.11,
PY_PYTHON: "3" # since the 'pip3' command below seems to be associated with Python 3.9
PY_PYTHON: "3.9"
# but if unit tests fail to import llsd (i.e. wrong Python interpreter), # but if unit tests fail to import llsd (i.e. wrong Python interpreter),
# make py.exe enumerate the possibilities and explain its choice # make py.exe enumerate the possibilities and explain its choice
PYLAUNCHER_DEBUG: "1" PYLAUNCHER_DEBUG: "1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment