Skip to content

Commit f692203

Browse files
committedApr 29, 2023
missing vars.
1 parent 1277937 commit f692203

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.azure/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,15 @@ jobs:
8686
windows-3.10:
8787
imageName: "windows-2019"
8888
python.version: '3.10'
89+
jdk.version: '11'
8990
windows-3.11:
9091
imageName: "windows-2019"
9192
python.version: '3.11'
9293
jdk.version: '17'
9394
mac-3.9:
9495
imageName: "macos-11"
9596
python.version: '3.9'
96-
jdk.version: '11'
97+
jdk.version: '17'
9798
jpypetest.fast: 'true'
9899

99100
pool:

0 commit comments

Comments
 (0)
Please sign in to comment.