Skip to content

Commit 8ca556a

Browse files
committed
Cibuildwheel: run checkout template first. [ci skip]
1 parent 2e6ae2d commit 8ca556a

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

devtools/azure-pipelines-cibuildwheel.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ jobs:
1212
variables:
1313
CIBW_BUILD: cp3{8,9,10,11}-manylinux_x86_64
1414
steps:
15+
- template: checkout.yml
1516
- task: UsePythonVersion@0
1617
inputs:
17-
versionSpec: '3.8'
18+
versionSpec: '3.10'
1819
architecture: 'x64'
19-
displayName: Use Python 3.8
20+
displayName: Use Python 3.10
2021
- bash: |
2122
set -o errexit
2223
python3 -m pip install --upgrade pip
@@ -39,11 +40,12 @@ jobs:
3940
arm64:
4041
arch: 'arm64'
4142
steps:
43+
- template: checkout.yml
4244
- task: UsePythonVersion@0
4345
inputs:
44-
versionSpec: '3.8'
46+
versionSpec: '3.10'
4547
architecture: 'x64'
46-
displayName: Use Python 3.8
48+
displayName: Use Python 3.10
4749
- bash: |
4850
set -o errexit
4951
python3 -m pip install --upgrade pip
@@ -59,11 +61,12 @@ jobs:
5961
variables:
6062
CIBW_BUILD: cp3{8,9,10,11}-win_amd64
6163
steps:
64+
- template: checkout.yml
6265
- task: UsePythonVersion@0
6366
inputs:
64-
versionSpec: '3.8'
67+
versionSpec: '3.10'
6568
architecture: 'x64'
66-
displayName: Use Python 3.8
69+
displayName: Use Python 3.10
6770
- bash: |
6871
set -o errexit
6972
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)