From 8442282e8b59a0145b4576fc451260c8d1027625 Mon Sep 17 00:00:00 2001 From: "Billy K. Poon" Date: Fri, 11 Oct 2024 11:00:06 -0700 Subject: [PATCH] CI: use official Python 3.13 for syntax check [skip ci] --- .azure-pipelines/syntax.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.azure-pipelines/syntax.yml b/.azure-pipelines/syntax.yml index 3219ad40ea..653616b5e1 100644 --- a/.azure-pipelines/syntax.yml +++ b/.azure-pipelines/syntax.yml @@ -53,14 +53,8 @@ jobs: displayName: Add conda to PATH - script: | - conda create -y -c conda-forge -n py$(PYTHON_VERSION) python=$(PYTHON_VERSION) six future scons + conda create -y -c conda-forge -n py$(PYTHON_VERSION) python=$(PYTHON_VERSION) six future scons setuptools displayName: Create conda environment - condition: ne(variables['PYTHON_VERSION'], '3.13') - - - script: | - conda create -y -c conda-forge -c conda-forge/label/python_rc -n py$(PYTHON_VERSION) python=$(PYTHON_VERSION) six future scons setuptools - displayName: Create conda environment - condition: eq(variables['PYTHON_VERSION'], '3.13') - script: | set -xe