From 61c6f5de84b96085e69602db63c832d333b6b3ba Mon Sep 17 00:00:00 2001 From: "Corey R. Randall" Date: Tue, 31 Dec 2024 02:10:15 -0700 Subject: [PATCH] Try recreate on tox fails --- .github/workflows/test-sundials.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-sundials.yml b/.github/workflows/test-sundials.yml index ca3fe08..e6f4cd6 100644 --- a/.github/workflows/test-sundials.yml +++ b/.github/workflows/test-sundials.yml @@ -192,6 +192,6 @@ jobs: - name: Run tests working-directory: packages/scikits-odes-sundials - run: tox + run: tox || tox --recreate env: TOXENV: ${{ matrix.tox-env }}