Skip to content

Commit

Permalink
improving qt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cudmore committed Nov 23, 2023
1 parent cb7aa36 commit cdfc350
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest]
# platform: [ubuntu-latest, windows-latest, macos-latest]
platform: [windows-latest, macos-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- name: get sanpyrepo
Expand All @@ -28,8 +29,8 @@ jobs:
# cache-dependency-path: setup.py

# these libraries enable testing on Qt on linux
- name: Install Linux dependencies
uses: tlambert03/setup-qt-libs@v1
# - name: Install Linux dependencies
# uses: tlambert03/setup-qt-libs@v1

# workaround for testing Qt on linux
# - name: Workaround for testing Qt on linux
Expand All @@ -40,7 +41,6 @@ jobs:

- name: Install dependencies
run: |
# pip install -e '.[gui]'
pip install '.[test]'
- name: Run flake8
Expand Down

0 comments on commit cdfc350

Please sign in to comment.