Skip to content

Commit

Permalink
Try shorter name for environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Nov 30, 2024
1 parent e81ddb9 commit fcb7c97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-tidy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
chmod a+x ./micromamba &&
export PATH="$PWD:$PATH" &&
eval "$(micromamba shell hook -s posix)" &&
micromamba create -n HIGGSANALYSIS-COMBINED-LIMIT -y --log-level warning -f $GITHUB_WORKSPACE/conda_env.yml &&
micromamba activate HIGGSANALYSIS-COMBINED-LIMIT &&
micromamba create -n clang-tidy-review -y --log-level warning -f $GITHUB_WORKSPACE/conda_env.yml &&
micromamba activate clang-tidy-review &&
bash set_conda_env_vars.sh &&
cmake . -B build -DINSTALL_PYTHON=FALSE -DCMAKE_EXPORT_COMPILE_COMMANDS=ON || true
Expand Down

0 comments on commit fcb7c97

Please sign in to comment.