Fix steps in test

This commit is contained in:
Andrew Senetar 2021-08-17 01:32:40 -05:00
parent 66fc79695e
commit c2c47610c8
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1
1 changed files with 2 additions and 5 deletions

View File

@ -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