Skip to content

Commit

Permalink
Fix GA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Oct 12, 2023
1 parent 8ae5e40 commit 286b5d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ jobs:
- uses: actions/setup-python@v2
- run: python -m pip install --upgrade pip wheel
- run: pip install tox codecov
- run: tox -e covarage
- run: tox
- run: tox -e coverage
- run: codecov

0 comments on commit 286b5d2

Please sign in to comment.