From c6c1ba8fd45cc7987f70173267ac60a6abf78767 Mon Sep 17 00:00:00 2001 From: Marcin Ochman <55946922+marcin-ochman@users.noreply.github.com> Date: Fri, 28 Jun 2024 10:39:16 +0200 Subject: [PATCH] Update pyproject.toml with explicit CUDA_HOME env --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b97ee66..578d1dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ allow_zero_version = true no_git_verify = false tag_format = "v{version}" version_variables = ["setup.py:__version__"] -build_command = "pip install build && python -m build --sdist" +build_command = "CUDA_HOME='/usr' pip install build && python -m build --sdist" [tool.semantic_release.branches.main] match = "(main|master)"