File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 723723 "metadata" : {},
724724 "outputs" : [],
725725 "source" : [
726- " ! cd catalyst && pip install -e ."
726+ " ! export GIT_REPO=\" catalyst-team/catalyst\" && git clone https://github.com/${GIT_REPO}\n " ,
727+ " ! cd catalyst && git checkout -b $BRANCH origin/$BRANCH && git pull origin $BRANCH\n " ,
728+ " ! pip install \\\n " ,
729+ " -r ./catalyst/requirements/requirements.txt \\\n " ,
730+ " -r ./catalyst/requirements/requirements-dev.txt"
727731 ]
728732 },
729733 {
Original file line number Diff line number Diff line change 10661066 "metadata" : {},
10671067 "outputs" : [],
10681068 "source" : [
1069- " ! cd catalyst && pip install -e ."
1069+ " ! export GIT_REPO=\" catalyst-team/catalyst\" && git clone https://github.com/${GIT_REPO}\n " ,
1070+ " ! cd catalyst && git checkout -b $BRANCH origin/$BRANCH && git pull origin $BRANCH\n " ,
1071+ " ! pip install \\\n " ,
1072+ " -r ./catalyst/requirements/requirements.txt \\\n " ,
1073+ " -r ./catalyst/requirements/requirements-dev.txt"
10701074 ]
10711075 },
10721076 {
You can’t perform that action at this time.
0 commit comments