From 8e8e9fade35e552c05977f0934f854daedb8cbc6 Mon Sep 17 00:00:00 2001 From: Syun'ichi Shiraiwa Date: Sun, 7 Jan 2024 22:01:07 -0500 Subject: [PATCH] minor change to test --- .github/workflows/test_with_MFEM_master.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test_with_MFEM_master.yml b/.github/workflows/test_with_MFEM_master.yml index b47d3b45..fc2b788b 100644 --- a/.github/workflows/test_with_MFEM_master.yml +++ b/.github/workflows/test_with_MFEM_master.yml @@ -16,8 +16,8 @@ jobs: strategy: fail-fast: false matrix: - #python-version: ["3.7", "3.8", "3.9", "3.10"] - python-version: ["3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + #python-version: ["3.10"] os: [ubuntu-20.04] # USE_FLAGS : cuda, parallel, libceed env: @@ -28,7 +28,7 @@ jobs: include: - os: macos-latest - python-version: 3.11 + python-version: 3.10 env: {USE_FLAGS: "000"} # - os: [ubuntu-20.04] # python-version: 3.9 @@ -63,11 +63,11 @@ jobs: pip install six numpy --verbose if [ "${{matrix.python-version}}" = "3.10" ] ; then - #pip install numba numba-scipy --verbose - pip install scipy numba --verbose + pip install numba numba-scipy --verbose + #pip install scipy numba --verbose else - #pip install numba numba-scipy --verbose - pip install numba scipy --verbose + pip install numba numba-scipy --verbose + #pip install numba scipy --verbose fi if [ -f requirements.txt ]; then