Skip to content

Commit

Permalink
ci(example): provide a specific requirements.txt on windows (#1605)
Browse files Browse the repository at this point in the history
With bazel 7 released, this example started failing on regular PRs.
  • Loading branch information
aignas authored Dec 13, 2023
1 parent ee2cc93 commit 27450f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/pip_parse/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ pip.parse(
hub_name = "pypi",
python_version = "3.9",
requirements_lock = "//:requirements_lock.txt",
requirements_windows = "//:requirements_windows.txt",
)
use_repo(pip, "pypi")

0 comments on commit 27450f9

Please sign in to comment.