Skip to content

Commit

Permalink
[Build] Force pip installs to be done via pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Oct 2, 2020
1 parent 8750123 commit eb38212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ py_repositories()
# This one is only needed if you're using the packaging rules.
load("@rules_python//python:pip.bzl", "pip_import", "pip_repositories")

pip_import(
pip3_import(
name = "dev_requirements",
requirements = "//py:requirements.txt",
)
Expand Down

0 comments on commit eb38212

Please sign in to comment.