Skip to content

Commit

Permalink
added functions for cleaning RiverMapper invalid geoms plus workflowv…
Browse files Browse the repository at this point in the history
…4 attempt2
  • Loading branch information
felicio93 committed Dec 19, 2024
1 parent 03ac043 commit 7d2e02f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Mamba environment for Python
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba
with:
environment-file: ./environment.yml
environment-name: ocsmesh-env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Mamba environment for Python
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba
with:
environment-file: ./environment.yml
environment-name: ocsmesh-env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Mamba environment for Python
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba
with:
environment-file: ./environment.yml
environment-name: ocsmesh-env
Expand Down

0 comments on commit 7d2e02f

Please sign in to comment.