Skip to content

Commit 32b07f4

Browse files
committed
update Interpolations compat; add compat helper
1 parent 3c83dfe commit 32b07f4

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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=["", "test"])' # subdirs can be omitted if not needed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Glob = "1.2 - 1.3"
5858
GMT = "1"
5959
GridapGmsh = "0.5 - 0.7"
6060
ImageIO = "0.1 - 0.6"
61-
Interpolations = "0.14, 0.15"
61+
Interpolations = "0.14, 0.15, 0.16"
6262
JLD2 = "0.4, 0.5"
6363
LightXML = "0.8, 0.9"
6464
MeshIO = "0.1 - 0.5"

0 commit comments

Comments
 (0)