File: install_downstream_project.sh

package info (click to toggle)
cloudpickle 3.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 544 kB
  • sloc: python: 3,315; sh: 9; makefile: 8
file content (5 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (2)
1
2
3
4
5
python -m pip install $TEST_REQUIREMENTS
pushd ..
git clone $PROJECT_URL;
python -m pip install ./$PROJECT;
popd;