Skip to content

Commit 0acf51e

Browse files
committed
CI: Use Python 3.10 instead of 3.8 on Win x86_64
Pick-to: 6.9 Change-Id: I61bb4b1963c5ba27bd3d19f97378cedf6608aefb Reviewed-by: Friedemann Kleint <[email protected]> Reviewed-by: Ece Cinucen <[email protected]>
1 parent c907725 commit 0acf51e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

coin/instructions/common_environment.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,18 @@ instructions:
197197
condition: property
198198
property: target.compiler
199199
equals_value: ICC_18
200+
- type: EnvironmentVariable
201+
variableName: PYTHON3_PATH
202+
variableValue: "{{ index .Env \"PYTHON3.10.0-64_PATH\"}}"
203+
enable_if:
204+
condition: and
205+
conditions:
206+
- condition: property
207+
property: host.os
208+
equals_value: Windows
209+
- condition: property
210+
property: host.arch
211+
equals_value: X86_64
200212
- type: EnvironmentVariable
201213
variableName: ICC64_18_PATH # Seems a bit hard to maintain
202214
variableValue: /opt/intel/compilers_and_libraries_2018.1.163/linux/bin/intel64:/opt/intel/bin

0 commit comments

Comments
 (0)