From 7400d6fb7a1d76bda9cee180c644c08186513867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlle=20Salmon?= Date: Tue, 6 Feb 2024 08:59:08 +0100 Subject: [PATCH] ci: test TauDEM installation on Windows not to be merged --- .github/workflows/TauDEM.yaml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/TauDEM.yaml b/.github/workflows/TauDEM.yaml index 8ed77f9..82918ff 100644 --- a/.github/workflows/TauDEM.yaml +++ b/.github/workflows/TauDEM.yaml @@ -20,9 +20,7 @@ jobs: fail-fast: false matrix: config: - - {os: macOS-latest, r: 'release'} - {os: windows-latest, r: 'release'} - - {os: ubuntu-latest, r: 'release'} env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} @@ -59,12 +57,12 @@ jobs: curl -sLO https://github.com/dtarb/TauDEM/releases/download/v5.3.7/TauDEM537exeWin64.zip unzip TauDEM537exeWin64.zip - # - name: Test Taudem - # if: runner.os == 'Windows' - # run: | - # $env:Path += ";C:\Program Files\Microsoft MPI\Bin;C:\Program Files\GDAL;C:\taudem" - # gdalinfo --version - # mpiexec pitremove inst\test-data\DEM.tif + - name: Test Taudem + if: runner.os == 'Windows' + run: | + $env:Path += ";C:\Program Files\Microsoft MPI\Bin;C:\Program Files\GDAL;C:\taudem" + gdalinfo --version + mpiexec pitremove inst\test-data\DEM.tif - uses: r-lib/actions/setup-pandoc@v2