Skip to content

Commit

Permalink
ci: test TauDEM installation on Windows
Browse files Browse the repository at this point in the history
not to be merged
  • Loading branch information
maelle authored Feb 6, 2024
1 parent 6ca3864 commit 7400d6f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/TauDEM.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 7400d6f

Please sign in to comment.