Skip to content

Commit

Permalink
Add GitHub CLI to path for CI (#1014)
Browse files Browse the repository at this point in the history
When switching to Rocky8, the GitHub CLI tools disappeared on Hera. I
think I had them installed in the python conda env? But now they are
installed in a new place. The CI source script manually adds this to
`$PATH`.
  • Loading branch information
CoryMartin-NOAA committed Apr 1, 2024
1 parent b0ef0ce commit 114a133
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/hera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ export SLURM_ACCOUNT=da-cpu
export SALLOC_ACCOUNT=$SLURM_ACCOUNT
export SBATCH_ACCOUNT=$SLURM_ACCOUNT
export SLURM_QOS=debug
export PATH=$PATH:/scratch1/NCEPDEV/da/Cory.R.Martin/CI/gh/gh_2.46.0_linux_amd64/bin

0 comments on commit 114a133

Please sign in to comment.