Skip to content

Commit

Permalink
pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Sep 16, 2024
1 parent f642d94 commit 8fc61b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install tox
run: python -Im pip install tox
run: python -Im pip install pytest
- name: Run tox on wheel
run: python -Im tox run --installpkg dist/*.whl
run: python -Im pytest

0 comments on commit 8fc61b1

Please sign in to comment.