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 fcf7858 commit 7b1276dCopy full SHA for 7b1276d
.github/workflows/IntegrationTest.yml
@@ -28,7 +28,7 @@ jobs:
28
- {user: tpapp, repo: LogDensityProblemsAD.jl, group: All}
29
steps:
30
- uses: actions/checkout@v4
31
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
32
with:
33
version: 1
34
arch: x64
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- x64
26
27
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
@@ -50,7 +50,7 @@ jobs:
50
runs-on: ubuntu-latest
51
52
53
54
55
version: '1'
56
- run: |
0 commit comments