We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7be68ae + acb017b commit e8ae5dcCopy full SHA for e8ae5dc
.github/workflows/CompatHelper.yml
@@ -44,5 +44,8 @@ jobs:
44
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
45
# COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }}
46
# - uses: actions/checkout@v2
47
+ # with:
48
+ # ref: 'keepalive' # The branch, tag or SHA to checkout.
49
# - uses: bgctw/keepalive-workflow@master
50
+
51
Project.toml
@@ -13,7 +13,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
13
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
14
15
[compat]
16
-Chain = "0.5"
+Chain = "0.5, 0.6"
17
DataFrames = "1.6.1"
18
DistributionFits = "0.3.6"
19
InlineStrings = "1.4.0"
0 commit comments