diff --git a/.github/workflows/win-build-and-pytest.yml b/.github/workflows/win-build-and-pytest.yml index e8cd8c2..90eab02 100644 --- a/.github/workflows/win-build-and-pytest.yml +++ b/.github/workflows/win-build-and-pytest.yml @@ -26,7 +26,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install flake8 pytest + pip install flake8 pytest pytest-cov pip install wheel python setup.py sdist bdist_wheel pip install dist/*.whl