Skip to content

Commit eb38212

Browse files
[Build] Force pip installs to be done via pip3
1 parent 8750123 commit eb38212

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ py_repositories()
119119
# This one is only needed if you're using the packaging rules.
120120
load("@rules_python//python:pip.bzl", "pip_import", "pip_repositories")
121121

122-
pip_import(
122+
pip3_import(
123123
name = "dev_requirements",
124124
requirements = "//py:requirements.txt",
125125
)

0 commit comments

Comments
 (0)