From ba200d62ec015e3eecafc03ba18220d81ec50d14 Mon Sep 17 00:00:00 2001 From: Ryther Anderson Date: Sat, 20 Jan 2024 10:52:01 -0800 Subject: [PATCH] Add python3.12 to tox envlist --- .github/workflows/test-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-publish.yml b/.github/workflows/test-and-publish.yml index 25fca47..9724ad7 100644 --- a/.github/workflows/test-and-publish.yml +++ b/.github/workflows/test-and-publish.yml @@ -29,7 +29,7 @@ jobs: - name: Install library run: poetry install --no-interaction - name: Test with tox - run: poetry run tox -vv + run: poetry run tox - name: Test with tox jit disabled env: NUMBA_DISABLE_JIT: 1