From 62798618acfabbb252e62f6b7660f268391d320b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Onur=20=C3=9Clgen?= Date: Thu, 8 Feb 2024 11:42:37 +0000 Subject: [PATCH] Coverage Test 2 --- .github/workflows/coverage.yml | 11 +++++++++++ niftyreg_build_version.txt | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b91c0276..bcafd575 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -6,6 +6,17 @@ jobs: steps: - uses: actions/checkout@v3 + # - name: Install CUDA Toolkit + # uses: Jimver/cuda-toolkit@v0.2.14 + # with: + # cuda: '11.8.0' + # method: network + # use-github-cache: false + # use-local-cache: false + + - name: Install Dependencies + run: sudo apt-get update && sudo apt-get install -y cmake gcc g++ git + - name: Install Catch2 run: | git clone https://github.com/catchorg/Catch2.git diff --git a/niftyreg_build_version.txt b/niftyreg_build_version.txt index 74fa38c9..92c732d0 100644 --- a/niftyreg_build_version.txt +++ b/niftyreg_build_version.txt @@ -1 +1 @@ -407 +408