From 3160dc749e9ed720a173bb51ec1fdd70aff8e1bd Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Sat, 18 May 2024 08:35:49 -0400 Subject: [PATCH] ci(large.yml): fix test selection (#1825) Fix test selection in large.yml, marker no longer exists with test: remove unneeded marker #1820 --- .github/workflows/large.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/large.yml b/.github/workflows/large.yml index 9514d9af112..5e009cf063a 100644 --- a/.github/workflows/large.yml +++ b/.github/workflows/large.yml @@ -100,7 +100,7 @@ jobs: - name: Run tests working-directory: modflow6 - run: pixi run autotest -m "large" + run: pixi run autotest test_largetestmodels.py - name: Upload failed test output if: failure()