Skip to content

Commit

Permalink
[CI] move TELEMAC tests before SCHISM
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsail committed Mar 20, 2024
1 parent e2c7c61 commit ca15e3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/conda_pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,12 @@ jobs:
# python -mpip install -r "${REQUIREMENTS_VIZ}"
# make test_viz

- name: "Run tests: TELEMAC"
run: |
eval "$(micromamba shell hook)"
micromamba activate "${PYPOSEIDON_ENV}"
make test_telemac
- name: "Run tests: Schism"
run: |
eval "$(micromamba shell hook)"
Expand All @@ -189,9 +195,3 @@ jobs:
micromamba activate --stack "${DELFT3D_ENV}"
micromamba activate --stack "${PYPOSEIDON_ENV}"
make test_delft
- name: "Run tests: TELEMAC"
run: |
eval "$(micromamba shell hook)"
micromamba activate "${PYPOSEIDON_ENV}"
make test_telemac

0 comments on commit ca15e3a

Please sign in to comment.