File tree Expand file tree Collapse file tree 3 files changed +27
-7
lines changed Expand file tree Collapse file tree 3 files changed +27
-7
lines changed Original file line number Diff line number Diff line change 6
6
branches :
7
7
- main
8
8
tags : ' *'
9
+ schedule :
10
+ - cron : ' 0 15 */14 * *'
9
11
10
12
# Cancel redundant CI tests automatically
11
13
concurrency :
12
14
group : ${{ github.workflow }}-${{ github.ref }}
13
15
cancel-in-progress : true
14
-
16
+
15
17
jobs :
16
18
run_tests :
17
19
name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
51
53
- os : windows-latest
52
54
arch : x86
53
55
version : ' pre'
54
- allow_failure : true
56
+ allow_failure : true
55
57
steps :
56
58
- uses : actions/checkout@v4
57
59
- uses : julia-actions/setup-julia@v2
Original file line number Diff line number Diff line change
1
+ name : CompatHelper
2
+ on :
3
+ schedule :
4
+ - cron : ' 00 00 * * *'
5
+ workflow_dispatch :
6
+ jobs :
7
+ CompatHelper :
8
+ runs-on : ubuntu-latest
9
+ steps :
10
+ - name : Pkg.add("CompatHelper")
11
+ run : julia -e 'using Pkg; Pkg.add("CompatHelper")'
12
+ - name : CompatHelper.main()
13
+ env :
14
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
15
+ COMPATHELPER_PRIV : ${{ secrets.DOCUMENTER_KEY }} # optional
16
+ run : julia -e 'using CompatHelper; CompatHelper.main(; subdirs=[""])' # subdirs can be omitted if not needed
Original file line number Diff line number Diff line change @@ -40,25 +40,26 @@ GridapGmsh = "3025c34a-b394-11e9-2a55-3fee550c04c8"
40
40
[extensions ]
41
41
Chmy_utils = " Chmy"
42
42
GLMakie_Visualisation = " GLMakie"
43
- Gmsh_utils = " GridapGmsh"
44
43
GMT_utils = " GMT"
44
+ Gmsh_utils = " GridapGmsh"
45
45
46
46
[compat ]
47
47
Chmy = " 0.1.20"
48
- Colors = " 0.9 - 0.12"
48
+ DelimitedFiles = " 1"
49
+ Colors = " 0.9 - 0.12, 0.13"
49
50
Downloads = " 1"
50
51
FFMPEG = " 0.4"
51
52
FileIO = " 1"
52
53
GDAL_jll = " 300.900.0 - 301.901.0"
53
- GLMakie = " 0.8 - 0.11"
54
+ GLMakie = " 0.8 - 0.11, 0.13"
55
+ GMT = " 1"
54
56
GeoParams = " 0.2 - 0.7"
55
57
Geodesy = " 1"
56
58
GeometryBasics = " 0.1 - 0.5"
57
59
Glob = " 1.2 - 1.3"
58
- GMT = " 1"
59
60
GridapGmsh = " 0.5 - 0.7"
60
61
ImageIO = " 0.1 - 0.6"
61
- Interpolations = " 0.14, 0.15"
62
+ Interpolations = " 0.14, 0.15, 0.16 "
62
63
JLD2 = " 0.4, 0.5"
63
64
LightXML = " 0.8, 0.9"
64
65
MeshIO = " 0.1 - 0.5"
@@ -67,6 +68,7 @@ NearestNeighbors = "0.2 - 0.4"
67
68
Parameters = " 0.9 - 0.12"
68
69
SpecialFunctions = " 1.0, 2"
69
70
StaticArrays = " 1"
71
+ Statistics = " 1"
70
72
WhereTheWaterFlows = " 0.10, 0.11"
71
73
WriteVTK = " 1"
72
74
julia = " 1.9"
You can’t perform that action at this time.
0 commit comments