Skip to content

Commit

Permalink
ENH: Update ExternalDataVersion in CI to 5.4.0
Browse files Browse the repository at this point in the history
Use the updated testing data tarball.
  • Loading branch information
thewtex committed Jan 20, 2025
1 parent 8b816db commit a0c659c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ concurrency:
cancel-in-progress: ${{ github.event_name == 'pull_request' }}

env:
ExternalDataVersion: 5.3.0
ExternalDataVersion: 5.4.0

jobs:
macOS-Python:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pixi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ concurrency:
cancel-in-progress: ${{ github.event_name == 'pull_request' }}

env:
ExternalDataVersion: 5.3.0
ExternalDataVersion: 5.4.0

jobs:
Pixi-Cxx:
Expand Down
2 changes: 1 addition & 1 deletion Testing/ContinuousIntegration/AzurePipelinesBatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trigger:
pr: none

variables:
ExternalDataVersion: 5.3.0
ExternalDataVersion: 5.4.0
jobs:
- job: Windows
timeoutInMinutes: 0
Expand Down
2 changes: 1 addition & 1 deletion Testing/ContinuousIntegration/AzurePipelinesLinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pr:
- Utilities/ITKv5Preparation/*
- Utilities/Maintenance/*
variables:
ExternalDataVersion: 5.3.0
ExternalDataVersion: 5.4.0
jobs:
- job: Linux
timeoutInMinutes: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pr:
- Utilities/ITKv5Preparation/*
- Utilities/Maintenance/*
variables:
ExternalDataVersion: 5.3.0
ExternalDataVersion: 5.4.0
jobs:
- job: Linux
timeoutInMinutes: 0
Expand Down
2 changes: 1 addition & 1 deletion Testing/ContinuousIntegration/AzurePipelinesMacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pr:
- Utilities/ITKv5Preparation/*
- Utilities/Maintenance/*
variables:
ExternalDataVersion: 5.3.0
ExternalDataVersion: 5.4.0
jobs:
- job: macOS
timeoutInMinutes: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pr:
- Utilities/ITKv5Preparation/*
- Utilities/Maintenance/*
variables:
ExternalDataVersion: 5.3.0
ExternalDataVersion: 5.4.0
jobs:
- job: macOS
timeoutInMinutes: 0
Expand Down
2 changes: 1 addition & 1 deletion Testing/ContinuousIntegration/AzurePipelinesWindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pr:
- Utilities/ITKv5Preparation/*
- Utilities/Maintenance/*
variables:
ExternalDataVersion: 5.3.0
ExternalDataVersion: 5.4.0
jobs:
- job: Windows
timeoutInMinutes: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pr:
- Utilities/ITKv5Preparation/*
- Utilities/Maintenance/*
variables:
ExternalDataVersion: 5.3.0
ExternalDataVersion: 5.4.0
jobs:
- job: Windows
timeoutInMinutes: 0
Expand Down

0 comments on commit a0c659c

Please sign in to comment.