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 dc208c1Copy full SHA for dc208c1
.github/workflows/ci.yml
@@ -40,7 +40,8 @@ jobs:
40
julia -e '
41
using Pkg
42
Pkg.develop(path=".")
43
- Pkg.add("Revise")
+ 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
'
47
- name: Test while running Revise
0 commit comments