diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed6d120..6e32209 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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