From c2c47610c8f245fc8ac09730bae5ca3d4ae8157a Mon Sep 17 00:00:00 2001 From: Andrew Senetar Date: Tue, 17 Aug 2021 01:32:40 -0500 Subject: [PATCH] Fix steps in test --- .github/workflows/default.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index c84dd74..2ef73fe 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -68,7 +68,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install flake8 pytest + pip install pytest - name: Install windows dependencies if: ${{ matrix.os == 'windows-latest' }} run: | @@ -77,9 +77,6 @@ jobs: if: ${{ matrix.os == 'macos-latest' }} run: | pip install pyobjc-framework-Cocoa - - name: Build python modules - run: | - python build.py --modules - name: Run tests run: | - pytest core hscommon + pytest