From ec7f67ba648f4a37e2eb63544cd39f6690103f99 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 11 Aug 2024 21:14:19 -0400 Subject: [PATCH] Remove unnecessary installation in CI (#1358) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7168004f..683aa5e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.PYTHON.VERSION }} - - run: python -m pip install tox coverage + - run: python -m pip install tox - run: tox -v env: TOXENV: ${{ matrix.PYTHON.TOXENV }}