Skip to content

Commit e8eac22

Browse files
CI: skip tests invoking mayavi
They cause frequent CI failures
1 parent 6653cea commit e8eac22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
name: Test with GUIs and code-cov
4646
shell: bash -el {0}
4747
run: |
48-
pytest eelbrain --cov --cov-branch --cov-report=xml
48+
pytest eelbrain --cov --cov-branch --cov-report=xml --no-mayavi
4949
- if: matrix.os == 'macos-latest'
5050
name: Upload coverage to Codecov
5151
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)