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 715e59b commit 849979bCopy full SHA for 849979b
.github/workflows/basemap-for-manylinux.yml
@@ -302,13 +302,6 @@ jobs:
302
run: |
303
whlpath=$(ls ${{ env.PKGDIR }}/dist/*-manylinux1*.whl | head -n1)
304
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"
312
-
313
name: Test package
314
0 commit comments