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.
1 parent 54bbad3 commit 5505e05Copy full SHA for 5505e05
1 file changed
.github/workflows/IntegrationTest.yml
@@ -15,18 +15,24 @@ jobs:
15
matrix:
16
package:
17
- {user: TuringLang, repo: DynamicPPL.jl}
18
+
19
steps:
- - uses: actions/checkout@v2
20
- - uses: julia-actions/setup-julia@v1
+ - uses: actions/checkout@v5
21
22
+ - uses: julia-actions/setup-julia@v2
23
with:
24
version: 1
- arch: x64
- - uses: julia-actions/julia-buildpkg@latest
25
26
+ - uses: julia-actions/cache@v2
27
28
+ - uses: julia-actions/julia-buildpkg@v1
29
30
- name: Clone Downstream
- uses: actions/checkout@v2
31
+ uses: actions/checkout@v5
32
33
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
34
path: downstream
35
36
- name: Load this and run the downstream tests
37
shell: julia --color=yes --project=downstream {0}
38
run: |
0 commit comments