diff --git a/tools/github_auth.ipynb b/tools/github_auth.ipynb index 6181bb6..96bac26 100644 --- a/tools/github_auth.ipynb +++ b/tools/github_auth.ipynb @@ -39,7 +39,7 @@ "outputs": [], "source": [ "# Only run this after you have logged in to github using the link above\n", - "!git config --global credential.helper '!gh auth git-credential'" + "!git config --global credential.helper '!eval "$(conda shell.bash hook)" && conda activate hyr-sense && gh auth git-credential'" ] }, {