From 57f3cc22925f8ccb5db25fffbbbab9a1f369a72d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlle=20Salmon?= Date: Tue, 6 Feb 2024 10:01:05 +0100 Subject: [PATCH] Update TauDEM.yaml --- .github/workflows/TauDEM.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/TauDEM.yaml b/.github/workflows/TauDEM.yaml index 8f26aab..5555363 100644 --- a/.github/workflows/TauDEM.yaml +++ b/.github/workflows/TauDEM.yaml @@ -22,17 +22,14 @@ jobs: steps: - uses: actions/checkout@v3 - + + - name: Setup MPI + uses: mpi4py/setup-mpi@v1 + - name: Install TauDEM on Windows - if: runner.os == 'Windows' - # https://www.microsoft.com/en-us/download/details.aspx?id=105289 for the mpi exe - # to find the link, open the web dev console at requests, then click as if to download the exe - # and get the link from the console. # https://www.gisinternals.com/release.php for the gdal msi run: | cd ~ - curl -sLO https://download.microsoft.com/download/7/2/7/72731ebb-b63c-4170-ade7-836966263a8f/msmpisetup.exe - Start-Process -Wait ".\msmpisetup.exe" -ArgumentList "-unattend" curl -sLO https://download.gisinternals.com/sdk/downloads/release-1930-x64-gdal-3-8-1-mapserver-8-0-1/gdal-3.8.1-1930-x64-core.msi Start-Process -Wait msiexec.exe -ArgumentList "/I gdal-3.8.1-1930-x64-core.msi /quiet" mkdir "C:\taudem"