Skip to content

Commit

Permalink
fix: upgrade pyOpenSSL to support OpenSSL 1.1.1+ for urllib3 v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjanrak committed Feb 7, 2024
1 parent 3c68a3b commit 2f6f097
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true

- name: Install OpenSSL (Windows)
if: runner.os == 'windows-latest'
run: |
choco install openssl
- name: Install dependencies
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 2f6f097

Please sign in to comment.