From 823de6b0cce5de4f1bcecd81e9955748371b6191 Mon Sep 17 00:00:00 2001 From: "Corey R. Randall" Date: Tue, 31 Dec 2024 02:27:31 -0700 Subject: [PATCH] Skip windows/py39 due to tox SSL error --- .github/workflows/test-sundials.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-sundials.yml b/.github/workflows/test-sundials.yml index a42fd43..49d1432 100644 --- a/.github/workflows/test-sundials.yml +++ b/.github/workflows/test-sundials.yml @@ -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: @@ -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: |