Skip to content

Commit f7db0dc

Browse files
committed
SSL_CERT_FILE didn't work, exclude win-py39 again
1 parent 6b83d5e commit f7db0dc

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/test-sundials.yml

Lines changed: 4 additions & 7 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, pip has no ssl access
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:
@@ -171,7 +171,7 @@ jobs:
171171
conda info
172172
conda list
173173
174-
- name: Set SUNDIALS and SSL paths
174+
- name: Set SUNDIALS path
175175
run: |
176176
if [[ "$RUNNER_OS" == "Windows" ]]; then
177177
SUNDIALS_INST="$CONDA_PREFIX\Library"
@@ -182,9 +182,6 @@ jobs:
182182
echo "SUNDIALS_INST is set to: $SUNDIALS_INST"
183183
echo "SUNDIALS_INST=$SUNDIALS_INST" >> $GITHUB_ENV
184184
185-
echo "SSL_CERT_FILE is at: $SSL_CERT_FILE"
186-
echo "SSL_CERT_FILE=$SSL_CERT_FILE" >> $GITHUB_ENV
187-
188185
- name: Install python dependencies
189186
run: |
190187
python -m pip install --upgrade pip

packages/scikits-odes-sundials/tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ passenv=
1313
CPATH
1414
PIP_VERBOSE
1515
PYTHONFAULTHANDLER
16-
SSL_CERT_FILE
1716
deps =
1817
pytest
1918
-r local-requirements.txt

0 commit comments

Comments
 (0)