Skip to content

Commit 4ecc038

Browse files
authored
ci: update Jet version
1 parent dd146f9 commit 4ecc038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: |
9999
import Pkg
100100
Pkg.activate("juliahub-jet", shared=true)
101-
Pkg.add(name="JET", version="0.9")
101+
Pkg.add(name="JET", version="0.11")
102102
Pkg.develop(path=".")
103103
- name: "JET.test_package(..., mode=:basic) [informational]"
104104
run: julia --color=yes --project=@juliahub-jet test/jet.jl

0 commit comments

Comments
 (0)