Skip to content

Commit 3e691b9

Browse files
committed
reset the .bazelrc
1 parent 969a43b commit 3e691b9

File tree

2 files changed

+2
-471
lines changed

2 files changed

+2
-471
lines changed

examples/bzlmod/MODULE.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ pip.parse(
179179
],
180180
hub_name = "pip",
181181
python_version = "3.10",
182-
requirements_lock = "//:requirements_universal_3_10.txt",
182+
requirements_lock = "//:requirements_lock_3_10.txt",
183+
requirements_windows = "//:requirements_windows_3_10.txt",
183184
# These modifications were created above and we
184185
# are providing pip.parse with the label of the mod
185186
# and the name of the wheel.

0 commit comments

Comments
 (0)