Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Mar 6, 2024
1 parent 08d67fa commit 82376f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ stages:
timeoutInMinutes: 45
pool:
vmImage: 'ubuntu-20.04'
variables:
${{ if eq(variables.buildWheel, False) }}:
CIBW_BUILD: 'cp311*'
steps:
- task: UsePythonVersion@0
- checkout: self
Expand Down Expand Up @@ -229,6 +232,9 @@ stages:
timeoutInMinutes: 45
pool:
vmImage: 'macOS-12'
variables:
${{ if eq(variables.buildWheel, False) }}:
CIBW_BUILD: 'cp311*'
steps:
- checkout: self
submodules: True
Expand Down

0 comments on commit 82376f4

Please sign in to comment.