From 65a6cda2e81f17f14a9d5920f7daec56509d1e5b Mon Sep 17 00:00:00 2001 From: Yuichi Motoyama Date: Fri, 5 Jul 2024 17:32:25 +0900 Subject: [PATCH] revert for python3.8 test --- .github/workflows/ci_dcorelib.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_dcorelib.yml b/.github/workflows/ci_dcorelib.yml index 98fe8abe..6f0f289b 100644 --- a/.github/workflows/ci_dcorelib.yml +++ b/.github/workflows/ci_dcorelib.yml @@ -10,8 +10,8 @@ jobs: matrix: include: - os: ubuntu-latest - numpy: "1.24.4" - scipy: "1.6.3" + numpy: "1.24" + scipy: "1.6" python: "3.8" - os: ubuntu-latest numpy: "1.26.4"