File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ jobs:
24
24
matrix :
25
25
os : [ ubuntu, ] # macos, windows] # Only Linux currently.
26
26
case :
27
- - python-version : 3.10
27
+ - python-version : ' 3.10'
28
28
name : basic
29
29
os : ubuntu
30
30
31
31
env :
32
32
DISPLAY : ' :99.0'
33
33
PYVISTA_OFF_SCREEN : ' True'
34
- ALLOW_PLOTTING : true
34
+ ALLOW_PLOTTING : false
35
35
SHELLOPTS : ' errexit:pipefail'
36
36
OS : ${{ matrix.case.os }}
37
37
PYTHON : ${{ matrix.case.python-version }}
54
54
55
55
- name : Install dependencies
56
56
run : |
57
+ wait 30
57
58
conda install gdal aesara pymc -c conda-forge
58
59
python -m pip install --upgrade pip
59
60
pip install -r dev-requirements.txt
@@ -74,14 +75,14 @@ jobs:
74
75
matrix :
75
76
os : [ ubuntu, ] # macos, windows] # Only Linux currently.
76
77
case :
77
- - python-version : 3.10
78
+ - python-version : ' 3.10'
78
79
name : basic
79
80
os : ubuntu
80
81
81
82
env :
82
83
DISPLAY : ' :99.0'
83
84
PYVISTA_OFF_SCREEN : ' True'
84
- ALLOW_PLOTTING : true
85
+ ALLOW_PLOTTING : false
85
86
SHELLOPTS : ' errexit:pipefail'
86
87
OS : ${{ matrix.case.os }}
87
88
PYTHON : ${{ matrix.case.python-version }}
You can’t perform that action at this time.
0 commit comments