Skip to content

Commit

Permalink
test: use JET 0.9 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi authored Jun 25, 2024
1 parent 660ca98 commit a54b672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
run: |
import Pkg
Pkg.activate("juliahub-jet", shared=true)
Pkg.add(name="JET", version="0.8")
Pkg.add(name="JET", version="0.9")
Pkg.develop(path=".")
- name: "JET.test_package(..., mode=:basic) [informational]"
run: julia --color=yes --project=@juliahub-jet test/jet.jl
Expand Down

0 comments on commit a54b672

Please sign in to comment.