From bad04e8814b4f28bfdadecde3825048219489a2d Mon Sep 17 00:00:00 2001 From: Ahmed Bayoumy Date: Sun, 4 Jun 2023 00:16:06 -0400 Subject: [PATCH] Update win-build-and-pytest.yml --- .github/workflows/win-build-and-pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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