Skip to content

Commit

Permalink
Merge branch 'master' into torfjelde/determine-varinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
torfjelde authored Dec 3, 2024
2 parents e07ecdb + 82842bc commit 8ba8f82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ jobs:

- uses: julia-actions/julia-processcoverage@v1

- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
file: lcov.info
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

Expand Down
2 changes: 1 addition & 1 deletion test/turing/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"

[compat]
Distributions = "0.25"
DynamicPPL = "0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30"
DynamicPPL = "0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31"
HypothesisTests = "0.11"
MCMCChains = "6"
ReverseDiff = "1.15"
Expand Down

0 comments on commit 8ba8f82

Please sign in to comment.