File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
ANSRV_GEO_PORT : 700
19
19
ANSRV_GEO_LICENSE_SERVER : ${{ secrets.LICENSE_SERVER }}
20
20
GEO_CONT_NAME : ans_geo
21
- RESET_IMAGE_CACHE : 0
21
+ RESET_IMAGE_CACHE : 1
22
22
IS_WORKFLOW_RUNNING : True
23
23
24
24
concurrency :
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ tests = [
61
61
" pytest==7.4.0" ,
62
62
" pytest-cov==4.1.0" ,
63
63
" pytest-pyvista==0.1.8" ,
64
- " pyvista[trame]==0.39.1 " ,
64
+ " pyvista[trame]==0.40.0 " ,
65
65
" requests==2.31.0" ,
66
66
" scipy==1.11.1" ,
67
67
" six==1.16.0" ,
@@ -73,13 +73,13 @@ doc = [
73
73
" ipyvtklink==0.2.3" ,
74
74
" jupyter_sphinx==0.4.0" ,
75
75
" jupytext==1.14.7" ,
76
- " myst-parser==1.0.0" ,
76
+ " myst-parser==1.0.0" , # BLOCKED BY jupytext
77
77
" nbconvert==7.6.0" ,
78
78
" nbsphinx==0.9.2" ,
79
79
" notebook==6.5.4" ,
80
80
" numpydoc==1.5.0" ,
81
81
" panel==1.1.1" ,
82
- " pyvista[trame]==0.39.1 " ,
82
+ " pyvista[trame]==0.40.0 " ,
83
83
" requests==2.31.0" ,
84
84
" Sphinx==6.1.3" ,
85
85
" sphinx-autoapi==2.1.1" ,
You can’t perform that action at this time.
0 commit comments