File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22python3 -m pip install -U pip setuptools wheel
33python3 -m pip install -r requirements.txt
44git clone -q $OCTOBOT_GH_REPO -b $OCTOBOT_DEFAULT_BRANCH
5- python3 -m pip install --prefer-binary -r $OCTOBOT_REPOSITORY_DIR /dev_requirements.txt -r $OCTOBOT_REPOSITORY_DIR /requirements.txt
5+ python3 -m pip install --prefer-binary -r $OCTOBOT_REPOSITORY_DIR /dev_requirements.txt -r $OCTOBOT_REPOSITORY_DIR /requirements.txt -r $OCTOBOT_REPOSITORY_DIR /full_requirements.txt
66python3 -m pip freeze
77python3 scripts/python_file_lister.py bin/octobot_packages_files.txt $OCTOBOT_REPOSITORY_DIR
88python3 scripts/insert_imports.py $OCTOBOT_REPOSITORY_DIR /octobot/cli.py
Original file line number Diff line number Diff line change 11python - m pip install - U pip setuptools wheel
22python - m pip install - r requirements.txt
33git clone - q $env: OCTOBOT_GH_REPO - b $env: OCTOBOT_DEFAULT_BRANCH
4- python - m pip install -- prefer- binary - r $env: OCTOBOT_REPOSITORY_DIR / dev_requirements.txt - r $env: OCTOBOT_REPOSITORY_DIR / requirements.txt
4+ python - m pip install -- prefer- binary - r $env: OCTOBOT_REPOSITORY_DIR / dev_requirements.txt - r $env: OCTOBOT_REPOSITORY_DIR / requirements.txt - r $ env: OCTOBOT_REPOSITORY_DIR / full_requirements.txt
55python - m pip freeze
66python scripts/ python_file_lister.py bin/ octobot_packages_files.txt $env: OCTOBOT_REPOSITORY_DIR
77python scripts/ insert_imports.py $env: OCTOBOT_REPOSITORY_DIR / octobot/ cli.py
You can’t perform that action at this time.
0 commit comments