Skip to content

Commit

Permalink
Update pyproject.toml with explicit CUDA_HOME env
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-ochman authored Jun 28, 2024
1 parent d4d4eed commit c6c1ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit c6c1ba8

Please sign in to comment.