Skip to content

Commit

Permalink
Update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hattya committed Apr 6, 2024
1 parent eff2bd8 commit 711afb0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ 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: Install VCSes on Linux
if: matrix.platform == 'Linux'
run: sudo apt install brz darcs fossil
Expand All @@ -69,8 +69,6 @@ jobs:
echo $env:ProgramFiles\Darcs >>$env:GITHUB_PATH
- name: Test
run: tox
- name: Generate XML coverage report
run: coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 711afb0

Please sign in to comment.