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 881084d commit 84df12d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
submodules: true

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

0 comments on commit 84df12d

Please sign in to comment.