Skip to content

Commit

Permalink
[CI] added python dependencies install for telemac
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsail committed Mar 20, 2024
1 parent fa5f560 commit d9746c5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/conda_pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,14 @@ jobs:
python -mpip install -r "${REQUIREMENTS_CI}"
python -mpip install ./
- name: "Install python dependencies for pyposeidon + telemac"
run: |
eval "$(micromamba shell hook)"
micromamba activate --stack "${PYPOS_TEL_ENV}"
python -mpip install -U pip
python -mpip install -r "${REQUIREMENTS_CI}"
python -mpip install ./
- name: "Run tests: Basic"
run: |
eval "$(micromamba shell hook)"
Expand Down

0 comments on commit d9746c5

Please sign in to comment.