From 6980f8894a8d2fa5d797027eaa37a7762b4bbfe5 Mon Sep 17 00:00:00 2001 From: Edan Bainglass Date: Sat, 2 Nov 2024 08:11:17 +0000 Subject: [PATCH] Temporarily skip slow tests in 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 dc01c3400..90303624e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: # Only collect code coverage with aiida-core=2.3, to speed up tests # with higher aiida versions that for some reason run slower, see: # https://github.com/aiidalab/aiidalab-qe/issues/766 - run: pytest -v tests ${{ matrix.aiida-core-version == '2.3' && '--cov=aiidalab_qe' || '' }} + run: pytest -v tests ${{ matrix.aiida-core-version == '2.3' && '--cov=aiidalab_qe' || '' }} --skip-slow - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4