diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a9cb469..a6838e2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,11 +51,11 @@ jobs: # echo "PETSC_DIR=/usr/local/petsc" >> $GITHUB_ENV # echo "PETSC_ARCH=arch-linux-c-opt" >> $GITHUB_ENV - - name: Configure and install Hypre - run: | - # Change directory to petsc directory using python command os.environ["PETSC_DIR"] - python -c "import os; os.chdir(os.environ['PETSC_DIR'])" - ./configure --download-hypre + #- name: Configure and install Hypre + # run: | + # # Change directory to petsc directory using python command os.environ["PETSC_DIR"] + # python -c "import os; os.chdir(os.environ['PETSC_DIR'])" + # ./configure --download-hypre # Installation of petsc in parallel @@ -108,6 +108,11 @@ jobs: if: ${{always()}} run: isort --check src - - name: pytest - if: ${{always()}} - run: pytest + #- name: pytest + # if: ${{always()}} + # run: pytest + + - name : test_hypre_and_mumps + if: ${{always()}} + run: pytest tests/unit/test_wasserstein.py + \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 46dee35f..6825448c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,4 +14,5 @@ pandas plotly largestinteriorrectangle pydicom -#petsc4py==3.19.0 # from 3.20. there is requirement for Cython>=3.0.0 \ No newline at end of file +#petsc4py==3.19.0 # from 3.20. there is requirement for Cython>=3.0.0 +pyamg