Skip to content

Commit

Permalink
Deal with pypa/pip#6162 fucking breaking shit for no good reason *wit…
Browse files Browse the repository at this point in the history
…hout warning*.

Sigh. Goddammit pip/Pypa. I get you want to iterate rapidly, but that's literally the worst option for a package manager.
  • Loading branch information
fake-name committed Jan 23, 2019
1 parent 5024f66 commit 70c7c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ else

fi;

./venv/bin/pip install --process-dependency-links --upgrade -r requirements.txt
./venv/bin/pip install --upgrade -r requirements.txt

# If we're in a docker instance, the credentials will have been passed in as a
# env var. Therefore, dump them to the settings.json file.
Expand Down

0 comments on commit 70c7c7c

Please sign in to comment.