Skip to content

Commit 849979b

Browse files
committed
Remove basemap-for-manylinux workaround for CA certificates
1 parent 715e59b commit 849979b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/basemap-for-manylinux.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -302,13 +302,6 @@ jobs:
302302
run: |
303303
whlpath=$(ls ${{ env.PKGDIR }}/dist/*-manylinux1*.whl | head -n1)
304304
pip install "${whlpath}[owslib,pillow]"
305-
-
306-
name: Fix CA certificates location
307-
run: |
308-
sslvers=$(python -c 'import ssl; print(".".join(map(str, ssl._OPENSSL_API_VERSION[:3])))')
309-
sslfold=/opt/openssl-${sslvers}/ssl
310-
mkdir -p "${sslfold}"
311-
cp "/etc/ssl/cert.pem" "${sslfold}/cert.pem"
312305
-
313306
name: Test package
314307
run: |

0 commit comments

Comments
 (0)