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 dd146f9 commit 4ecc038Copy full SHA for 4ecc038
.github/workflows/CI.yml
@@ -98,7 +98,7 @@ jobs:
98
run: |
99
import Pkg
100
Pkg.activate("juliahub-jet", shared=true)
101
- Pkg.add(name="JET", version="0.9")
+ Pkg.add(name="JET", version="0.11")
102
Pkg.develop(path=".")
103
- name: "JET.test_package(..., mode=:basic) [informational]"
104
run: julia --color=yes --project=@juliahub-jet test/jet.jl
0 commit comments