Skip to content

Commit dc208c1

Browse files
committed
Temporarily patch CI to test with Revise PR
1 parent 788b4ea commit dc208c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
julia -e '
4141
using Pkg
4242
Pkg.develop(path=".")
43-
Pkg.add("Revise")
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")
4445
Pkg.test("Revise")
4546
'
4647
- name: Test while running Revise

0 commit comments

Comments
 (0)