Skip to content

Commit

Permalink
Merge pull request SciTools#1977 from greglucas/openssl
Browse files Browse the repository at this point in the history
CI: Avoid newer openssl version due to WMTS tests
  • Loading branch information
QuLogic authored Dec 24, 2021
2 parents 64ac172 + 0ecf4d2 commit 287acb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
PACKAGES="$PACKAGES owslib pep8 pillow pyshp pytest pytest-mpl"
PACKAGES="$PACKAGES pytest-xdist setuptools_scm"
PACKAGES="$PACKAGES setuptools_scm_git_archive shapely"
# openssl 3.0 updated the legacy renegotiation default, which causes
# failures in NASA's WMTS server. They will need to update their
# server before we can use a newer openssl.
PACKAGES="$PACKAGES openssl<3"
conda install $PACKAGES
conda info -a
conda list
Expand Down

0 comments on commit 287acb0

Please sign in to comment.