From d05e3739855a83ebd3b5ff863cdeb96187033820 Mon Sep 17 00:00:00 2001 From: Akinori Hattori Date: Sat, 6 Apr 2024 11:22:04 +0900 Subject: [PATCH] Update .github/workflows/ci.yml --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2df8060..b499a68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,12 +48,10 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - python -m pip install -U pip setuptools wheel - pip install -U coverage tox + python -m pip install -U pip + python -m pip install -U coverage tox - name: Test run: tox - - name: Generate XML coverage report - run: coverage xml - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 with: