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 32c5847 commit 22740edCopy full SHA for 22740ed
.github/workflows/IntegrationTest.yml
@@ -43,8 +43,6 @@ jobs:
43
44
- name: Load this and run the downstream tests
45
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') }}
48
run: |
49
using Pkg
50
try
0 commit comments