Skip to content

Commit

Permalink
Update TauDEM.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle authored Feb 6, 2024
1 parent 7cd0a38 commit 6328514
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/TauDEM.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ jobs:
unzip TauDEM537exeWin64.zip
dir
- name: Test Taudem
if: runner.os == 'Windows'
run: |
$env:Path += ";C:\Program Files\Microsoft MPI\Bin;C:\Program Files\GDAL;C:\taudem;C:\Program Files\TauDEM\TauDEM5Exe"
$env:Path += ";C:\Program Files\Microsoft MPI\Bin;C:\Program Files\GDAL;C:\taudem"
gdalinfo --version
mpiexec --version
mpiexec pitremove inst\test-data\DEM.tif
- uses: r-lib/actions/setup-pandoc@v2
Expand Down

0 comments on commit 6328514

Please sign in to comment.