We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef5b94 commit 603645eCopy full SHA for 603645e
1 file changed
libmambapy/pyproject.toml
@@ -25,6 +25,12 @@ dynamic = ["version"]
25
Documentation = "https://mamba.readthedocs.io"
26
Repository = "https://github.com/mamba-org/mamba/"
27
28
+[tool.scikit-build]
29
+# Match the main mamba build (Ninja). Avoids selecting Visual Studio 2022 on
30
+# windows-2025-vs2026 runners where only VS 2026 is installed.
31
+ninja.make-fallback = false
32
+cmake.args = ["-GNinja"]
33
+
34
[tool.scikit-build.metadata.version]
35
provider = "scikit_build_core.metadata.regex"
36
# Which file to read the version information from
0 commit comments