Skip to content

Commit a573501

Browse files
committed
1.11.6?
1 parent 2b901fc commit a573501

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Enzyme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: julia-actions/setup-julia@v2
2626
with:
27-
version: "1.11"
27+
version: "1.11.6"
2828

2929
- uses: julia-actions/cache@v2
3030

test/integration/enzyme/main.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ ADTYPES = OrderedDict(
1515

1616
@testset "$ad_key" for (ad_key, ad_type) in ADTYPES
1717
@testset "$(model.f)" for model in DEMO_MODELS
18-
@test run_ad(deepcopy(model), ad_type) isa Any
18+
@test run_ad(model, ad_type) isa Any
1919
end
2020
end

0 commit comments

Comments
 (0)