From a9bf2336e2ddc3ceb19caa759cb2e2707287b2a5 Mon Sep 17 00:00:00 2001 From: Erick Verleye <35341779+Ckster@users.noreply.github.com> Date: Mon, 10 Jun 2024 12:30:23 -0600 Subject: [PATCH] Update github_auth.ipynb Activating conda env --- tools/github_auth.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'" ] }, {