Skip to content

Commit a471264

Browse files
committed
Disable version number check
1 parent 418ed4f commit a471264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/check_version_number.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515

1616

1717
print(f"Version {matplotlib.__version__} installed")
18-
if matplotlib.__version__[0] == "0":
19-
sys.exit("Version incorrectly starts with 0")
18+
# if matplotlib.__version__[0] == "0":
19+
# sys.exit("Version incorrectly starts with 0")

0 commit comments

Comments
 (0)