From ddf8d6df4409b5cdd99aa44966252a01ec00eca9 Mon Sep 17 00:00:00 2001 From: Jake <37048747+Jacob-Stevens-Haas@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:33:49 -0700 Subject: [PATCH] Revert "ci: Change markers on pytest" This reverts commit 14e211015cc51b573221cd60a82b167e0925487e. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 00a44ee4..81f7e76b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -85,7 +85,7 @@ jobs: pip install .[dev,miosr,cvxpy,sbr] - name: Test with pytest run: | - coverage run --source=pysindy -m pytest test -m "notebooks or not notebooks" && coverage xml + coverage run --source=pysindy -m pytest test -m "not slow" && coverage xml - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: