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 7400d6f commit e7ce87f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/TauDEM.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install required pkgs for linux
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install gdal-bin libgdal-dev mpich
- name: Install required pkgs for mac
if: runner.os == 'macOS'
run: |
brew install gdal mpich
- name: Install TauDEM on linux and mac
if: runner.os != 'Windows'
run: sh ./TauDEM.sh

- name: Install TauDEM on Windows
if: runner.os == 'Windows'
run: |
Expand Down

0 comments on commit e7ce87f

Please sign in to comment.