From 0983ebfe6b8aa28145b1cfddde57eb134d9b0c39 Mon Sep 17 00:00:00 2001 From: Dr Griffith Rees Date: Wed, 30 Aug 2023 09:02:20 -0400 Subject: [PATCH] fix(ci): skip `download` flagged tests in GitHub Actions --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fadf4c8..a87cea4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: - name: Run pre-commit uses: pre-commit/action@main - name: Run pytest - run: poetry run pytest -n auto + run: poetry run pytest -n auto -m "not download" - name: Archive coverage svg uses: actions/upload-artifact@v3 with: