Skip to content

Commit

Permalink
Skip windows/py39 due to tox SSL error
Browse files Browse the repository at this point in the history
  • Loading branch information
c-randall committed Dec 31, 2024
1 parent 1fb7c9a commit 823de6b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-sundials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ jobs:
tox-env: py39
- python-version: "3.13"
tox-env: py313
exclude:
- os: windows-latest # Issue with tox venv, cannot access openssl
python-version: "3.9"

defaults:
run:
Expand Down Expand Up @@ -183,9 +186,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools
- name: Get tox
run: conda install tox
python -m pip install --upgrade tox
- name: List info
run: |
Expand Down

0 comments on commit 823de6b

Please sign in to comment.