Skip to content

Commit

Permalink
Use Conda env var for path
Browse files Browse the repository at this point in the history
  • Loading branch information
kathlenemagnus committed May 31, 2024
1 parent 70599fe commit c17b688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

set -x

source "/usr/share/miniconda/etc/profile.d/conda.sh"
source $CONDA/etc/profile.d/conda.sh
conda activate riscv_perf_model

if [[ ${$RUNNER_OS} == *"macos"* ]]; then
brew install [email protected]
brew link --force [email protected]
if
fi

echo "Starting Build Entry"
echo "HOME:" $HOME
Expand Down

0 comments on commit c17b688

Please sign in to comment.