From 786c71b32f2894d351abd8c30c65ec3a3fc132bf Mon Sep 17 00:00:00 2001 From: enrico facca Date: Thu, 29 Aug 2024 13:41:58 +0200 Subject: [PATCH] restore all tests --- .github/workflows/ci.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce35f25b..ac1c0dbb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,11 +108,6 @@ jobs: if: ${{always()}} run: isort --check src - #- name: pytest - # if: ${{always()}} - # run: pytest - - - name : test_hypre_mumps + - name: pytest if: ${{always()}} - run: pytest tests/unit/test_wasserstein.py - \ No newline at end of file + run: pytest \ No newline at end of file