Skip to content

Commit

Permalink
minor change to test
Browse files Browse the repository at this point in the history
  • Loading branch information
sshiraiwa committed Jan 8, 2024
1 parent c7a70cf commit 8e8e9fa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test_with_MFEM_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8e8e9fa

Please sign in to comment.