Skip to content

Commit f611a06

Browse files
committed
Set VFBQUERY_CACHE_ENABLED to false in Python test workflow
1 parent 88eaf58 commit f611a06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python -m pip install .
2626
- name: Run term_info_queries_test
2727
env:
28-
VFBQUERY_CACHE_ENABLED: 'true'
28+
VFBQUERY_CACHE_ENABLED: 'false'
2929
MPLBACKEND: 'Agg'
3030
VISPY_GL_LIB: 'osmesa'
3131
VISPY_USE_EGL: '0'

0 commit comments

Comments
 (0)