Skip to content

Commit a54b672

Browse files
authored
test: use JET 0.9 (#60)
1 parent 660ca98 commit a54b672

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
@@ -95,7 +95,7 @@ jobs:
9595
run: |
9696
import Pkg
9797
Pkg.activate("juliahub-jet", shared=true)
98-
Pkg.add(name="JET", version="0.8")
98+
Pkg.add(name="JET", version="0.9")
9999
Pkg.develop(path=".")
100100
- name: "JET.test_package(..., mode=:basic) [informational]"
101101
run: julia --color=yes --project=@juliahub-jet test/jet.jl

0 commit comments

Comments
 (0)