From 5581337c7416c84f0f310f003c4e3220db3fb88f Mon Sep 17 00:00:00 2001 From: robelgeda Date: Fri, 16 Aug 2024 13:39:38 -0400 Subject: [PATCH] add distutils to ci_tests.yml --- .github/workflows/ci_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index ec005a1..f43d2b8 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -31,8 +31,8 @@ jobs: - os: ubuntu-latest python: '3.12' - tox_env: 'py312-test-numpy122' - prefix: 'py312-test-numpy122' + tox_env: 'py312-test-numpy2' + prefix: 'py312-test-numpy2' - os: ubuntu-latest python: '3.12'