Skip to content

Commit

Permalink
fix path in mangle_compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Sep 7, 2023
1 parent 412c184 commit 651b721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/run_osx_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ conda install --quiet --file .ci_support/requirements.txt
echo -e "\n\nSetting up the condarc and mangling the compiler."
setup_conda_rc ./ ./recipes ./.ci_support/${CONFIG}.yaml
if [[ "${CI:-}" != "" ]]; then
mangle_compiler ./ ./recipe .ci_support/${CONFIG}.yaml
mangle_compiler ./ ./recipes .ci_support/${CONFIG}.yaml
fi

if [[ "${CI:-}" != "" ]]; then
Expand Down

0 comments on commit 651b721

Please sign in to comment.