Skip to content

Commit 76be8c6

Browse files
committed
Improve build matrix
1 parent 19ef527 commit 76be8c6

File tree

1 file changed

+16
-19
lines changed

1 file changed

+16
-19
lines changed

azure-pipelines.yml

+16-19
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ jobs:
8080
condition: true
8181
strategy:
8282
matrix:
83-
Python39Mac:
84-
imageName: 'macos-latest'
85-
python.version: '3.9'
83+
#Python39Mac:
84+
# imageName: 'macos-latest'
85+
# python.version: '3.9'
8686
Python39Windows:
8787
imageName: 'windows-latest'
8888
python.version: '3.9'
89-
Python39Linux:
90-
imageName: 'ubuntu-22.04'
91-
python.version: '3.9'
89+
#Python39Linux:
90+
#imageName: 'ubuntu-22.04'
91+
#python.version: '3.9'
9292

9393
maxParallel: 4
9494
pool:
@@ -114,16 +114,13 @@ jobs:
114114
python -m pip build --wheel
115115
condition: eq( variables['Agent.OS'], 'Windows_NT')
116116
displayName: 'Build wheel (Windows)'
117-
#- script: |
118-
# python -m pip install --upgrade pip build wheel setuptools
119-
# python -m build --wheel
120-
# condition: eq( variables['Agent.OS'], 'Linux')
121-
# displayName: 'Build wheel (Linux)'
122-
#- script: |
123-
# python -m pip install --upgrade pip build wheel setuptools
124-
# python -m build --wheel
125-
# condition: eq(variables['Agent.OS'], 'Darwin')
126-
# displayName: 'Build wheel (Mac)'
127-
128-
129-
117+
- script: |
118+
python -m pip install --upgrade pip build wheel setuptools
119+
python -m build --wheel
120+
condition: eq( variables['Agent.OS'], 'Linux')
121+
displayName: 'Build wheel (Linux)'
122+
- script: |
123+
python -m pip install --upgrade pip build wheel setuptools
124+
python -m build --wheel
125+
condition: eq(variables['Agent.OS'], 'Darwin')
126+
displayName: 'Build wheel (Mac)'

0 commit comments

Comments
 (0)