|
@@ -95,7 +95,7 @@ jobs:
|
|
|
|
|
|
- name: Test with pytest
|
|
- name: Test with pytest
|
|
shell: bash -l {0}
|
|
shell: bash -l {0}
|
|
- if: matrix.os != 'windows-latest' && matrix.PYTEST_QT_API != 'pyqt4v2'
|
|
|
|
|
|
+ if: matrix.os != 'windows-latest'
|
|
env:
|
|
env:
|
|
PYTEST_QT_API: ${{ matrix.PYTEST_QT_API }}
|
|
PYTEST_QT_API: ${{ matrix.PYTEST_QT_API }}
|
|
run: |
|
|
run: |
|
|
@@ -112,7 +112,7 @@ jobs:
|
|
|
|
|
|
- name: Run examples
|
|
- name: Run examples
|
|
shell: bash -l {0}
|
|
shell: bash -l {0}
|
|
- if: matrix.os != 'windows-latest' && matrix.PYTEST_QT_API != 'pyqt4v2'
|
|
|
|
|
|
+ if: matrix.os != 'windows-latest'
|
|
env:
|
|
env:
|
|
MPLBACKEND: agg
|
|
MPLBACKEND: agg
|
|
run: |
|
|
run: |
|