Skip to content

Commit 29d5434

Browse files
committed
try simplifying what pytest brings
1 parent b4a2c5d commit 29d5434

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
"tests/test_inversion.py",
2626
"tests/test_gravity.py tests/test_mag.py"
2727
]
28+
env:
29+
PYTEST_DISABLE_PLUGIN_AUTOLOAD: "1"
30+
MPLBACKEND: Agg # avoid GUI backends import cost
2831

2932
steps:
3033
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)