Skip to content

Commit

Permalink
removed numba-scipy install
Browse files Browse the repository at this point in the history
  • Loading branch information
sshiraiwa committed Sep 29, 2023
1 parent e2dca42 commit b864e9c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test_with_MFEM_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@ jobs:
pip install six numpy --verbose
if [ "${{matrix.python-version}}" = "3.10" ] ; then
pip install numba numba-scipy --verbose
#pip install scipy
#pip install numba numba-scipy --verbose
pip install scipy numba --verbose
else
pip install numba 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 b864e9c

Please sign in to comment.