Skip to content

Commit 0e12374

Browse files
committed
Fix docs and format
1 parent cb9ebb4 commit 0e12374

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/Docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
steps:
2525
- name: Build and deploy Documenter.jl docs
2626
uses: TuringLang/actions/DocsDocumenter@main
27+
with:
28+
julia-version: 1.11
2729

2830
- name: Run doctests
2931
shell: julia --project=docs --color=yes {0}

test/turing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
model,
5050
externalsampler(sampler),
5151
n_samples;
52-
initial_params=InitFromParams((s = 1.0, m = 0.1)),
52+
initial_params=InitFromParams((s=1.0, m=0.1)),
5353
progress=false,
5454
)
5555

0 commit comments

Comments
 (0)