Skip to content

Commit 5d98ede

Browse files
authored
Build with Julia 1.11, DPPL 0.31, Turing 0.35.3 (#566)
* Build with Julia 1.11 * Change pull_request_target -> pull_request * Bump to Turing 0.35.3 * Remove view() in Bayesian NN doc, see chalk-lab/Mooncake.jl#423
1 parent b7d983f commit 5d98ede

File tree

6 files changed

+231
-179
lines changed

6 files changed

+231
-179
lines changed

.github/workflows/create_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Julia
1717
uses: julia-actions/setup-julia@v2
1818
with:
19-
version: '1.10'
19+
version: '1.11'
2020

2121
- name: Load Julia packages from cache
2222
uses: julia-actions/cache@v2

.github/workflows/preview.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: PR Preview Workflow
22

33
on:
4-
pull_request_target:
4+
pull_request:
55
types:
66
- opened
77
- synchronize
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Julia
2727
uses: julia-actions/setup-julia@v2
2828
with:
29-
version: '1.10'
29+
version: '1.11'
3030

3131
- name: Load Julia packages from cache
3232
uses: julia-actions/cache@v2

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Julia
2626
uses: julia-actions/setup-julia@v2
2727
with:
28-
version: '1.10'
28+
version: '1.11'
2929

3030
- name: Load Julia packages from cache
3131
uses: julia-actions/cache@v2

.github/workflows/resolve_manifest.yml

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232

3333
- name: Setup Julia
3434
uses: julia-actions/setup-julia@v2
35+
with:
36+
version: '1.11'
3537

3638
- name: Instantiate and resolve
3739
run: |

0 commit comments

Comments
 (0)