From d4266c600a697020f787b68d291763cf224400e5 Mon Sep 17 00:00:00 2001 From: Ahmed Bayoumy Date: Sun, 4 Jun 2023 00:15:38 -0400 Subject: [PATCH] Update macos-build-and-pytest.yml --- .github/workflows/macos-build-and-pytest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/macos-build-and-pytest.yml b/.github/workflows/macos-build-and-pytest.yml index 8631b8b..f5313ed 100644 --- a/.github/workflows/macos-build-and-pytest.yml +++ b/.github/workflows/macos-build-and-pytest.yml @@ -26,6 +26,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install flake8 pytest pytest-cov pip install flake8 pytest pip install wheel python setup.py sdist bdist_wheel