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: