Skip to content

Commit 22740ed

Browse files
authored
tidy integration test workflow (#1094)
* do integration test on 1.11 * No need to check against 1.12.0 as it's no longer the case
1 parent 32c5847 commit 22740ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/IntegrationTest.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ jobs:
4343
4444
- name: Load this and run the downstream tests
4545
shell: julia --color=yes --project=downstream {0}
46-
# Don't test Turing.jl on 1.12.0, it's broken because of Libtask
47-
if: ${{ !(steps.julia-version.outputs.julia == '1.12.0' && matrix.package.repo == 'Turing.jl') }}
4846
run: |
4947
using Pkg
5048
try

0 commit comments

Comments
 (0)