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 da3aae9 commit c0ca2ffCopy full SHA for c0ca2ff
.github/workflows/ci.yml
@@ -40,8 +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")
+ Pkg.add("Revise")
45
Pkg.test("Revise")
46
'
47
- name: Test while running Revise
0 commit comments