From 5bea42eb4b6c6db7a22413f2e3b5d4c3324a813d Mon Sep 17 00:00:00 2001 From: Petr Andriushchenko Date: Fri, 31 Mar 2023 19:08:31 +0200 Subject: [PATCH] fixing ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edbf21b..cf15a38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - name: Run pytest run: | cd misinformation - python -m pytest -m "not gcv and mem_cons" -svv --cov=. --cov-report=xml + python -m pytest -m "not gcv and long" -svv --cov=. --cov-report=xml - name: Upload coverage if: matrix.os == 'ubuntu-22.04' && matrix.python-version == '3.9' uses: codecov/codecov-action@v3