Skip to content

Commit

Permalink
Removed check.
Browse files Browse the repository at this point in the history
  • Loading branch information
popovaan committed Apr 4, 2024
1 parent 9c04193 commit f368f64
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tools/ovc/openvino/tools/ovc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@

import importlib.metadata as importlib_metadata

# temporarily check

import os
assert "CI" in os.environ and os.environ["CI"].lower() == "true"

try:
optimum_version = importlib_metadata.version("optimum")
except importlib_metadata.PackageNotFoundError:
Expand Down

0 comments on commit f368f64

Please sign in to comment.