Pipeline fix (#645)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Binyang Li
2025-10-10 11:26:33 -07:00
committed by GitHub
parent ddca185add
commit b1a88d755e
2 changed files with 3 additions and 3 deletions

View File

@@ -6,13 +6,11 @@
import os
import warnings
from functools import wraps
from mscclpp._version import __version__, __commit_id__
if os.environ.get("MSCCLPP_HOME", None) is None:
os.environ["MSCCLPP_HOME"] = os.path.abspath(os.path.dirname(__file__))
from ._version import __version__, __commit_id__
# Parse the version
version = {