Skip to content

Commit

Permalink
CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Prather committed Oct 6, 2023
1 parent 184f65b commit 15b4026
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
1 change: 1 addition & 0 deletions scripts/ci/cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ default:
- micromamba create -y -f /pyharm/environment.yml
- micromamba activate pyharm
- cd /pyharm && ./install.sh
- cd -

# Tests can be executed in parallel
stages:
Expand Down
14 changes: 6 additions & 8 deletions scripts/ci/nvhpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@ default:
# interleaved, and prints a summary of results.
before_script:
- export PATH="$HOME/.local/bin:$PATH"
- wget -O Miniforge3.sh "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
- bash Miniforge3.sh -b -p "/home/conda"
- source "/home/conda/etc/profile.d/conda.sh"
- conda install h5py
- git clone https://github.com/AFD-Illinois/pyharm.git /home/pyharm
- conda activate
- cd /home/pyharm
- pip install --user .
- curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
- eval "$(./bin/micromamba shell hook -s posix)"
- git clone -b dev https://github.com/AFD-Illinois/pyharm.git /pyharm
- micromamba create -y -f /pyharm/environment.yml
- micromamba activate pyharm
- cd /pyharm && ./install.sh
- cd -

# Tests can be executed in parallel,
Expand Down

0 comments on commit 15b4026

Please sign in to comment.