mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-04-19 22:39:11 +00:00
Pipeline fix (#645)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user