Skip to content

Commit 19ef527

Browse files
committed
Disable irrelevant builds
1 parent ded9b46 commit 19ef527

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

azure-pipelines.yml

+10-15
Original file line numberDiff line numberDiff line change
@@ -114,21 +114,16 @@ 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 wheel setuptools
119-
python -m build --wheel
120-
condition: eq( variables['Agent.OS'], 'Windows_NT')
121-
displayName: 'Build wheel (Windows)'
122-
- script: |
123-
python -m pip install --upgrade pip build wheel setuptools
124-
python -m build --wheel
125-
condition: eq( variables['Agent.OS'], 'Linux')
126-
displayName: 'Build wheel (Linux)'
127-
- script: |
128-
python -m pip install --upgrade pip build wheel setuptools
129-
python -m build --wheel
130-
condition: eq(variables['Agent.OS'], 'Darwin')
131-
displayName: 'Build wheel (Mac)'
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)'
132127
133128
134129

0 commit comments

Comments
 (0)