Skip to content

Commit

Permalink
Build with Julia 1.11, DPPL 0.31, Turing 0.35.3 (#566)
Browse files Browse the repository at this point in the history
* Build with Julia 1.11

* Change pull_request_target -> pull_request

* Bump to Turing 0.35.3

* Remove view() in Bayesian NN doc, see compintell/Mooncake.jl#423
  • Loading branch information
penelopeysm authored Dec 15, 2024
1 parent b7d983f commit 5d98ede
Show file tree
Hide file tree
Showing 6 changed files with 231 additions and 179 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Julia
uses: julia-actions/setup-julia@v2
with:
version: '1.10'
version: '1.11'

- name: Load Julia packages from cache
uses: julia-actions/cache@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: PR Preview Workflow

on:
pull_request_target:
pull_request:
types:
- opened
- synchronize
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Setup Julia
uses: julia-actions/setup-julia@v2
with:
version: '1.10'
version: '1.11'

- name: Load Julia packages from cache
uses: julia-actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Julia
uses: julia-actions/setup-julia@v2
with:
version: '1.10'
version: '1.11'

- name: Load Julia packages from cache
uses: julia-actions/cache@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/resolve_manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:

- name: Setup Julia
uses: julia-actions/setup-julia@v2
with:
version: '1.11'

- name: Instantiate and resolve
run: |
Expand Down
Loading

0 comments on commit 5d98ede

Please sign in to comment.