Skip to content

Commit

Permalink
Merge pull request #54 from CU-ESIIL/Ckster-patch-1
Browse files Browse the repository at this point in the history
Update github_auth.ipynb
  • Loading branch information
Ckster authored Jun 10, 2024
2 parents 5f9ea41 + a9bf233 commit c38a425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/github_auth.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
]
},
{
Expand Down

0 comments on commit c38a425

Please sign in to comment.