Skip to content

Commit

Permalink
CI: use official Python 3.13 for syntax check
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
bkpoon committed Oct 11, 2024
1 parent 605dc9d commit 8442282
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .azure-pipelines/syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8442282

Please sign in to comment.