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 e7ce87f commit f1b9714
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions .github/workflows/TauDEM.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,9 @@ concurrency:

jobs:
TauDEM:
runs-on: ${{ matrix.config.os }}
runs-on: windows-latest

name: ${{ matrix.config.os }} (${{ matrix.config.r }})

strategy:
fail-fast: false
matrix:
config:
- {os: windows-latest, r: 'release'}
name: windows-release

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -43,17 +37,17 @@ jobs:
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
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

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
r-version: r-release
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
Expand Down

0 comments on commit f1b9714

Please sign in to comment.