Skip to content

Commit bf7c81d

Browse files
committed
REVERTING TO PYTHON 3.8 FOR MAC
1 parent 65ddbce commit bf7c81d

File tree

1 file changed

+13
-19
lines changed

1 file changed

+13
-19
lines changed

ci/azure_pipelines/main.yml

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ stages:
3737
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache/
3838
mac_python38:
3939
imageName: 'macOS-12'
40-
# It looks like pipeline rejects 1.8.16 wheels.
41-
# python.version: '3.8'
42-
python.version: '3.8.15'
40+
python.version: '3.8'
4341
bazel.outputRoot: $(Agent.TempDirectory)/_bazel_*
4442
TEST_TMPDIR: $(Agent.TempDirectory)
4543
TRAVIS_OS_NAME: 'osx'
@@ -87,9 +85,7 @@ stages:
8785
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache/
8886
mac_python38:
8987
imageName: 'macOS-12'
90-
# It looks like pipeline rejects 1.8.16 wheels.
91-
# python.version: '3.8'
92-
python.version: '3.8.15'
88+
python.version: '3.8'
9389
bazel.outputRoot: $(Agent.TempDirectory)/_bazel_*
9490
TEST_TMPDIR: $(Agent.TempDirectory)
9591
TRAVIS_OS_NAME: 'osx'
@@ -137,9 +133,7 @@ stages:
137133
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache/
138134
mac_python38:
139135
imageName: 'macOS-12'
140-
# It looks like pipeline rejects 1.8.16 wheels.
141-
# python.version: '3.8'
142-
python.version: '3.8.15'
136+
python.version: '3.8'
143137
bazel.outputRoot: $(Agent.TempDirectory)/_bazel_*
144138
TEST_TMPDIR: $(Agent.TempDirectory)
145139
TRAVIS_OS_NAME: 'osx'
@@ -375,7 +369,7 @@ stages:
375369
cancelTimeoutInMinutes: 5
376370
strategy:
377371
matrix:
378-
python38:
372+
python36:
379373
imageName: 'macOS-12'
380374
python.version: '3.8.15'
381375
bazel.outputRoot: $(Agent.TempDirectory)/_bazel_*
@@ -471,7 +465,7 @@ stages:
471465
cancelTimeoutInMinutes: 5
472466
strategy:
473467
matrix:
474-
linux_python38:
468+
linux_python36:
475469
imageName: ${{ parameters.ImageName }}
476470
python.version: '3.8'
477471
bazel.outputRoot: $(Agent.TempDirectory)/_bazel_*
@@ -502,7 +496,7 @@ stages:
502496
cancelTimeoutInMinutes: 5
503497
strategy:
504498
matrix:
505-
linux_python38:
499+
linux_python36:
506500
imageName: ${{ parameters.ImageName }}
507501
python.version: '3.8'
508502
bazel.outputRoot: $(Agent.TempDirectory)/_bazel_*
@@ -529,7 +523,7 @@ stages:
529523
cancelTimeoutInMinutes: 5
530524
strategy:
531525
matrix:
532-
linux_python38:
526+
linux_python36:
533527
imageName: ${{ parameters.ImageName }}
534528
python.version: '3.8'
535529
bazel.outputRoot: $(Agent.TempDirectory)/_bazel_*
@@ -556,7 +550,7 @@ stages:
556550
cancelTimeoutInMinutes: 5
557551
strategy:
558552
matrix:
559-
linux_python38:
553+
linux_python36:
560554
imageName: ${{ parameters.ImageName }}
561555
python.version: '3.8'
562556
bazel.outputRoot: $(Agent.TempDirectory)/_bazel_*
@@ -585,7 +579,7 @@ stages:
585579
cancelTimeoutInMinutes: 5
586580
strategy:
587581
matrix:
588-
linux_python38:
582+
linux_python36:
589583
# poolName: 'ADORayTests'
590584
imageName: ${{ parameters.ImageName }}
591585
python.version: '3.8'
@@ -643,7 +637,7 @@ stages:
643637
cancelTimeoutInMinutes: 5
644638
strategy:
645639
matrix:
646-
linux_python38:
640+
linux_python36:
647641
# poolName: 'ADORayTests'
648642
imageName: ${{ parameters.ImageName }}
649643
python.version: '3.8'
@@ -672,7 +666,7 @@ stages:
672666
cancelTimeoutInMinutes: 5
673667
strategy:
674668
matrix:
675-
linux_python38:
669+
linux_python36:
676670
# poolName: 'ADORayTests'
677671
imageName: ${{ parameters.ImageName }}
678672
python.version: '3.8'
@@ -705,7 +699,7 @@ stages:
705699
cancelTimeoutInMinutes: 5
706700
strategy:
707701
matrix:
708-
linux_python38:
702+
linux_python36:
709703
imageName: ${{ parameters.ImageName }}
710704
python.version: '3.8'
711705
bazel.outputRoot: $(Agent.TempDirectory)/_bazel_*
@@ -757,7 +751,7 @@ stages:
757751
cancelTimeoutInMinutes: 5
758752
strategy:
759753
matrix:
760-
linux_python38:
754+
linux_python36:
761755
imageName: ${{ parameters.ImageName }}
762756
python.version: '3.8'
763757
bazel.outputRoot: $(Agent.TempDirectory)/_bazel_*

0 commit comments

Comments
 (0)