Skip to content

Commit

Permalink
Update azure pipelines (#7390)
Browse files Browse the repository at this point in the history
I noticed a typo and decided to make some other minor updates.
  • Loading branch information
jarrodmillman committed Apr 12, 2024
1 parent d75f515 commit 906c732
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,24 @@ jobs:
strategy:
maxParallel: 10
matrix:
Python32-x64:
Python312-x64:
PYTHON_VERSION: "3.12"
ARCH: "x64"
PIP_FLAGS: ""
Python311-x64:
Python312-x64-pre:
PYTHON_VERSION: "3.12"
ARCH: "x64"
PIP_FLAGS: "--pre"
Python311-x64-docs:
PYTHON_VERSION: "3.11"
ARCH: "x64"
PIP_FLAGS: ""
BUILD_DOCS: "true"
Python311-x64-pre:
Python311-x64-gallery:
PYTHON_VERSION: "3.11"
ARCH: "x64"
PIP_FLAGS: "--pre"
Python310:
PYTHON_VERSION: "3.10"
ARCH: "x64"
PIP_FLAGS: ""
TEST_EXAMPLES: "true"
Python310-x64:
PYTHON_VERSION: "3.10"
ARCH: "x64"
PIP_FLAGS: ""
TEST_EXAMPLES: "true"
continueOnError: false
timeoutInMinutes: 60

Expand Down

0 comments on commit 906c732

Please sign in to comment.