From af97981547b2a88609eb9ceafe4e74e93081f085 Mon Sep 17 00:00:00 2001 From: Dmitrii Kapitan Date: Tue, 14 Oct 2025 11:31:27 +0200 Subject: [PATCH] Excluding `long` tests from github actions, since there is not enough memory for it --- .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 015a8ee..1b1675a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Run pytest run: | cd ammico - python -m pytest -svv -m "not gcv" --cov=. --cov-report=xml + python -m pytest -svv -m "not gcv and not long" --cov=. --cov-report=xml - name: Upload coverage if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11' uses: codecov/codecov-action@v3