Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
oxidase committed Jul 3, 2024
1 parent 4aa3bc4 commit 110e751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "rules_python", version = "0.33.2")

python = use_extension("@rules_python//python/extensions:python.bzl", "python")
python.toolchain(python_version = "3.12")
use_repo(python, "python_3_12_host")
use_repo(python, "python_3_11_host")

internal_deps = use_extension("@rules_ophiuchus//python:internal_deps.bzl", "internal_deps")
use_repo(internal_deps, "rules_ophiuchus_defs", "rules_ophiuchus_pip", "rules_ophiuchus_poetry_deps")
2 changes: 1 addition & 1 deletion python/internal_deps.bzl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
load("@rules_ophiuchus//python:repositories.bzl", "install_dependencies")

def _internal_deps_impl(module_ctx):
install_dependencies("python_3_12", "3.12")
install_dependencies("python_3_11", "3.11")

internal_deps = module_extension(
implementation = _internal_deps_impl,
Expand Down

0 comments on commit 110e751

Please sign in to comment.