Skip to content

Commit c0ca2ff

Browse files
committed
Revert changes to ci.yml
Tests will fail, that's normal
1 parent da3aae9 commit c0ca2ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ jobs:
4040
julia -e '
4141
using Pkg
4242
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")
43+
Pkg.add("Revise")
4544
Pkg.test("Revise")
4645
'
4746
- name: Test while running Revise

0 commit comments

Comments
 (0)