Skip to content

Commit

Permalink
SSL_CERT_FILE didn't work, exclude win-py39 again
Browse files Browse the repository at this point in the history
  • Loading branch information
c-randall committed Jan 2, 2025
1 parent 6b83d5e commit f7db0dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test-sundials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ jobs:
tox-env: py39
- python-version: "3.13"
tox-env: py313
# exclude:
# - os: windows-latest # Issue with tox venv, pip has no ssl access
# python-version: "3.9"
exclude:
- os: windows-latest # Issue with tox venv, pip has no ssl access
python-version: "3.9"

defaults:
run:
Expand All @@ -171,7 +171,7 @@ jobs:
conda info
conda list
- name: Set SUNDIALS and SSL paths
- name: Set SUNDIALS path
run: |
if [[ "$RUNNER_OS" == "Windows" ]]; then
SUNDIALS_INST="$CONDA_PREFIX\Library"
Expand All @@ -182,9 +182,6 @@ jobs:
echo "SUNDIALS_INST is set to: $SUNDIALS_INST"
echo "SUNDIALS_INST=$SUNDIALS_INST" >> $GITHUB_ENV
echo "SSL_CERT_FILE is at: $SSL_CERT_FILE"
echo "SSL_CERT_FILE=$SSL_CERT_FILE" >> $GITHUB_ENV
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
Expand Down
1 change: 0 additions & 1 deletion packages/scikits-odes-sundials/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ passenv=
CPATH
PIP_VERBOSE
PYTHONFAULTHANDLER
SSL_CERT_FILE
deps =
pytest
-r local-requirements.txt
Expand Down

0 comments on commit f7db0dc

Please sign in to comment.