Skip to content

Commit ab8a38e

Browse files
committed
Update CI dependency patch
1 parent 2e642d5 commit ab8a38e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
version: ${{ matrix.version }}
4040
show-versioninfo: ${{ matrix.version == 'nightly' }}
4141
- uses: julia-actions/cache@v2
42-
- run: julia --project -e 'using Pkg; pkg"add https://github.com/serenity4/JuliaInterpreter.jl#codetracking-v2 https://github.com/timholy/CodeTracking.jl#master https://github.com/serenity4/LoweredCodeUtils.jl#support-external-methodtables"'
42+
- run: julia --project -e 'using Pkg; pkg"add https://github.com/serenity4/JuliaInterpreter.jl#codetracking-v2"; pkg"add https://github.com/timholy/CodeTracking.jl#master"; pkg"add https://github.com/serenity4/LoweredCodeUtils.jl#support-external-methodtables"'
4343
- uses: julia-actions/julia-buildpkg@latest
4444
# Revise's tests need significant customization
4545
# Populate the precompile cache with an extraneous file, to catch issues like in #460
@@ -81,7 +81,7 @@ jobs:
8181
# We also need to pick up the Git tests, but for that we need to `dev` the package
8282
echo "Git tests"
8383
julia --code-coverage=user -e '
84-
using Pkg; pkg"add https://github.com/serenity4/JuliaInterpreter.jl#codetracking-v2 https://github.com/timholy/CodeTracking.jl#master https://github.com/serenity4/LoweredCodeUtils.jl#support-external-methodtables"
84+
using Pkg; pkg"add https://github.com/serenity4/JuliaInterpreter.jl#codetracking-v2"; pkg"add https://github.com/timholy/CodeTracking.jl#master"; pkg"add https://github.com/serenity4/LoweredCodeUtils.jl#support-external-methodtables"
8585
using Pkg; Pkg.develop(PackageSpec(path="."))
8686
include(joinpath("test", "runtests.jl"))
8787
' "Git"

0 commit comments

Comments
 (0)