-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I note from your code in worker.js that it shouldn't be happening... but it is:
$ virtualenv.py /home/alectaylor/.strider/.venv python 9m
New python executable in /home/alectaylor/.strider/.venv/bin/python
Installing setuptools...............................done.
Installing pip.....................done.
prepare
$ git clone --recursive [email protected]:<company_name>/<proj_name> . -b master --single-branch bitbucket
Cloning into '.'...
Checking connectivity... done
$ git checkout -qf master bitbucket 9m
$ sh -x -c 'pip install -r requirements.txt'
This particular project is simple; and has no dependencies outside the stdlib; so doesn't need a requirements.txt
.
Can you please fix this bug? - Thanks
Metadata
Metadata
Assignees
Labels
No labels