Skip to content

Commit 29be602

Browse files
committed
Use Revise release in tests
1 parent e79f16d commit 29be602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
julia -e '
4141
using Pkg
4242
Pkg.develop(path=".")
43-
Pkg.add(url="https://github.com/timholy/Revise.jl")
43+
Pkg.add("Revise")
4444
Pkg.test("Revise")
4545
'
4646
- name: Test while running Revise

0 commit comments

Comments
 (0)