Skip to content

Commit 7476b72

Browse files
committed
Try adding SSL_CERT_FILE to passenv
1 parent 823de6b commit 7476b72

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/test-sundials.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ jobs:
143143
tox-env: py39
144144
- python-version: "3.13"
145145
tox-env: py313
146-
exclude:
147-
- os: windows-latest # Issue with tox venv, cannot access openssl
148-
python-version: "3.9"
146+
# exclude:
147+
# - os: windows-latest # Issue with tox venv, pip has no ssl access
148+
# python-version: "3.9"
149149

150150
defaults:
151151
run:

packages/scikits-odes-sundials/tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ passenv=
1313
CPATH
1414
PIP_VERBOSE
1515
PYTHONFAULTHANDLER
16+
SSL_CERT_FILE
1617
deps =
1718
pytest
1819
-r local-requirements.txt

0 commit comments

Comments
 (0)