We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb3e75 commit 130261dCopy full SHA for 130261d
.github/workflows/gpu-hvd-tests.yml
@@ -113,6 +113,10 @@ jobs:
113
pip install -r requirements-dev.txt
114
pip install -e .
115
116
+ # Upgrade pyOpenSSL to avoid issue:
117
+ # AttributeError: module 'lib' has no attribute 'X509_V_FLAG_NOTIFY_POLICY'. Did you mean: 'X509_V_FLAG_EXPLICIT_POLICY'?
118
+ pip install -U pyOpenSSL
119
+
120
EOF
121
)
122
.github/workflows/gpu-tests.yml
0 commit comments