Skip to content

Commit

Permalink
Update bootstrap.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nsmith- authored Apr 13, 2022
1 parent 00e9c78 commit b08e3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install_env() {
export TMPDIR=\$(mktemp -d -p .)
.env/bin/python -m ipykernel install --user
rm -rf \$TMPDIR && unset TMPDIR
.env/bin/python -m pip install -q git+https://github.com/CoffeaTeam/[email protected].3
.env/bin/python -m pip install -q git+https://github.com/CoffeaTeam/[email protected].5
echo "done."
}
Expand Down

0 comments on commit b08e3c7

Please sign in to comment.