Skip to content

Commit 9aefbcf

Browse files
committed
check major only
1 parent c40cb29 commit 9aefbcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipe/run_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102

103103
import ssl
104104
print('OPENSSL_VERSION:', ssl.OPENSSL_VERSION)
105-
CONDA_OPENSSL_VERSION = os.getenv('openssl')
105+
CONDA_OPENSSL_VERSION = os.getenv('openssl').split(".")[0]
106106
assert CONDA_OPENSSL_VERSION in ssl.OPENSSL_VERSION
107107

108108
# See https://github.com/conda-forge/python-feedstock/issues/718 for context:

0 commit comments

Comments
 (0)