Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 841bb25

Browse files
committed
update windows python version, remove step from posix
1 parent 3d33caf commit 841bb25

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ jobs:
4949
PYTHON_ARCH: 'x64'
5050
BITS: 64
5151
py_3.9_32:
52-
PYTHON_VERSION: "3.9.x"
52+
PYTHON_VERSION: "3.9.0-beta.4"
5353
PYTHON_ARCH: "x86"
5454
BITS: 32
5555
py_3.9_64:
56-
PYTHON_VERSION: "3.9.x"
56+
PYTHON_VERSION: "3.9.0-beta.4"
5757
PYTHON_ARCH: 'x64'
5858
BITS: 64
5959

azure/posix.yml

-5
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ jobs:
2323
- checkout: self
2424
submodules: true
2525

26-
- task: UsePythonVersion@0
27-
inputs:
28-
versionSpec: $(MB_PYTHON_VERSION)
29-
displayName: Set python version
30-
3126
- bash: |
3227
set -e
3328

0 commit comments

Comments
 (0)