Skip to content

Commit a08c429

Browse files
committed
Revert "ci: also run linux-gcc pipeline with python3.5 environment"
This reverts commit 6c14d98.
1 parent 6c14d98 commit a08c429

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -331,18 +331,7 @@ jobs:
331331
displayName: linux-gcc
332332
condition: succeeded()
333333
pool: Hosted Ubuntu 1604
334-
strategy:
335-
matrix:
336-
python27:
337-
python.version: '2.7'
338-
python35:
339-
python.version: '3.5'
340334
steps:
341-
- task: UsePythonVersion@0
342-
inputs:
343-
versionSpec: '$(python.version)'
344-
- bash: |
345-
echo "##vso[task.setvariable variable=python_path]$(which python)"
346335
- bash: |
347336
test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1
348337

0 commit comments

Comments
 (0)