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 788b4ea commit cb638faCopy full SHA for cb638fa
.github/workflows/ci.yml
@@ -40,6 +40,7 @@ jobs:
40
julia -e '
41
using Pkg
42
Pkg.develop(path=".")
43
+ pkg"add https://github.com/serenity4/JuliaInterpreter.jl#codetracking-v2 https://github.com/serenity4/LoweredCodeUtils.jl#support-external-methodtables https://github.com/serenity4/Revise.jl#revise-external-methodtables"'
44
Pkg.add("Revise")
45
Pkg.test("Revise")
46
'
0 commit comments