Skip to content

Commit b96b631

Browse files
committed
ENH: Bump GPU CI ITK git tag
1 parent 277b50b commit b96b631

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test-gpu.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Test GPU
22

33
on: [pull_request]
44

5+
env:
6+
itk-git-tag: "801370c025c7d296783481779a41c6d559c992c5"
7+
58
jobs:
69
build-test-gpu:
710
runs-on: [self-hosted, gpu]
@@ -12,7 +15,6 @@ jobs:
1215
opencl-headers-git-tag: "v2021.04.29"
1316
opencl-version: 120
1417
vkfft-backend: 3
15-
itk-git-tag: "ddef776afb46a6e135ba3c9f58a0e6e7e4a000be"
1618
cmake-build-type: "MinSizeRel"
1719
platform-name: "ubuntu-nvidia-gpu"
1820
os: ubuntu-20.04
@@ -51,7 +53,7 @@ jobs:
5153
cd ..
5254
git clone https://github.com/InsightSoftwareConsortium/ITK.git
5355
cd ITK
54-
git checkout ${{ matrix.itk-git-tag }}
56+
git checkout ${{ env.itk-git-tag }}
5557
5658
- name: Build OpenCL-ICD-Loader
5759
run: |

0 commit comments

Comments
 (0)