From b7a408fad36581e6edd80c7941b0c8966e7cc3ed Mon Sep 17 00:00:00 2001 From: Synchon Mandal Date: Thu, 31 Oct 2024 10:38:59 +0100 Subject: [PATCH] Revert "ci: source fslconf to make susan work" This reverts commit e647b0169be5123e0690e8facbf33d7baef7adda. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0773a1fef..bb2eac884 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,8 +62,6 @@ jobs: run: | # https://github.com/actions/checkout/issues/1169#issuecomment-2291682583 git config --system --add safe.directory $(pwd) - # Source fslconf before running susan - . ${FSLDIR}/etc/fslconf/fsl.sh tox - name: Upload coverage to Codecov uses: codecov/codecov-action@v4