From e5892d190d2a451a0947328ad3540e9139c258b9 Mon Sep 17 00:00:00 2001 From: Matt Garber Date: Fri, 15 Sep 2023 13:48:33 -0400 Subject: [PATCH] testing --- .github/workflows/coverage.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 162f3b1..a40ea69 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -9,7 +9,6 @@ jobs: run: | python -m pip install --upgrade pip pip install ".[dev]" - - name: Run pycodestyle - name: Code coverage-reporter uses: tj-actions/coverage-reporter@v5.1 with: