aboutsummaryrefslogtreecommitdiffstats
path: root/coin_test_instructions.py
diff options
context:
space:
mode:
Diffstat (limited to 'coin_test_instructions.py')
-rw-r--r--coin_test_instructions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin_test_instructions.py b/coin_test_instructions.py
index 3261599e4..54b9127a9 100644
--- a/coin_test_instructions.py
+++ b/coin_test_instructions.py
@@ -98,7 +98,7 @@ def run_test_instructions():
# In win machines, there are additional python versions to test with
if CI_HOST_OS == "Windows":
- if os.environ.get('HOST_OSVERSION_COIN') == 'windows_10_21h2':
+ if (os.environ.get('HOST_OSVERSION_COIN')).startswith('windows_10'):
call_testrunner("3.10.0", str(testRun))
else:
call_testrunner("3.7.9", str(testRun))