Skip to content

Commit d4f35bf

Browse files
committed
CI: Configure SSL_CERT_DIR to satisfy Python 3.11 on macOS
-- https://stackoverflow.com/q/50236117#comment122846071_50236117 Root cause:: Error: Error downloading extends for URL https://cdn.crate.io/downloads/releases/cratedb/x64_mac/crate-5.0.1.tar.gz: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)>
1 parent 6492325 commit d4f35bf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
env:
2424
CRATEDB_VERSION: ${{ matrix.cratedb-version }}
2525
SQLALCHEMY_VERSION: ${{ matrix.sqla-version }}
26+
SSL_CERT_DIR: /etc/ssl/certs
2627

2728
steps:
2829
- uses: actions/checkout@v3

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
env:
2525
CRATEDB_VERSION: ${{ matrix.cratedb-version }}
2626
SQLALCHEMY_VERSION: ${{ matrix.sqla-version }}
27+
SSL_CERT_DIR: /etc/ssl/certs
2728

2829
steps:
2930
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)