From 8a8530f287d81f23fd10baba6b8741d80c520090 Mon Sep 17 00:00:00 2001 From: Richard Reeve Date: Sun, 28 Feb 2021 10:01:14 +0000 Subject: [PATCH 1/2] Clean compat --- Project.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Project.toml b/Project.toml index 825424d4..06822cfc 100644 --- a/Project.toml +++ b/Project.toml @@ -21,16 +21,16 @@ Tokenize = "0796e94c-ce3b-5d07-9a54-7f471281c624" Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [compat] -AxisArrays = "^0.4" -DataFrames = "^0.21, 0.22" -DataStructures = "^0.17, 0.18" -Distributions = "^0.24" +AxisArrays = "0.4" +DataFrames = "0.21, 0.22" +DataStructures = "0.17, 0.18" +Distributions = "0.24" IterableTables = "^1" LightGraphs = "^1" -Missings = "^0.4" -RecipesBase = "^0.7, 1.1" +Missings = "0.4" +RecipesBase = "0.7, 0.8, ^1" Requires = "^1" -SimpleTraits = "^0.9" -Tokenize = "^0.5" +SimpleTraits = "0.9" +Tokenize = "0.5" Unitful = "^1" julia = "^1" From 5e9292f20d484a3a6bcaed5d031330da0f2f2735 Mon Sep 17 00:00:00 2001 From: Richard Reeve Date: Sun, 28 Feb 2021 10:01:52 +0000 Subject: [PATCH 2/2] Run CompatHelper when you push to master --- .github/workflows/CompatHelper.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CompatHelper.yaml b/.github/workflows/CompatHelper.yaml index 1887b4c5..61d1e6a5 100644 --- a/.github/workflows/CompatHelper.yaml +++ b/.github/workflows/CompatHelper.yaml @@ -1,6 +1,9 @@ name: CompatHelper on: + push: + branches: + - master schedule: - cron: '0 4 * * 0' # Weekly at 4 AM GMT Sunday