Skip to content

Commit

Permalink
Remove python2 support from setup certs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmasuch committed Jun 29, 2021
1 parent 9afab45 commit ef64b04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/scripts/setup-certs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ update-ca-certificates > /dev/null

# Add following add certificates to certify python package
cat ${SSL_RESOURCES_PATH}/$SSLNAME.crt >> ${CONDA_PYTHON_DIR}/site-packages/certifi/cacert.pem
cat ${SSL_RESOURCES_PATH}/$SSLNAME.crt >> ${CONDA_ROOT}/envs/python2/lib/python2.7/site-packages/certifi/cacert.pem

0 comments on commit ef64b04

Please sign in to comment.