Skip to content

Commit

Permalink
CI: fix pyharm via mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Prather committed Oct 6, 2023
1 parent 0a6585f commit c42db13
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/ci/cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ default:
- module load mpi/mpich-x86_64
- curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
- eval "$(./bin/micromamba shell hook -s posix)"
- micromamba create -y -f environment.yml
- micromamba activate pyharm
- ./install.sh
- git clone https://github.com/AFD-Illinois/pyharm.git /pyharm && cd /pyharm
- micromamba create -y -f environment.yml && micromamba activate pyharm && ./install.sh

# Tests can be executed in parallel
stages:
Expand Down

0 comments on commit c42db13

Please sign in to comment.