Skip to content

Commit c5376ba

Browse files
committed
Update CI dependency patch
1 parent 0b58387 commit c5376ba

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
@@ -54,7 +54,7 @@ jobs:
5454
${{ runner.os }}-test-${{ env.cache-name }}-
5555
${{ runner.os }}-test-
5656
${{ runner.os }}-
57-
- run: julia --project -e 'using Pkg; pkg"add https://github.com/serenity4/JuliaInterpreter.jl#codetracking-v2 https://github.com/serenity4/CodeTracking.jl#parametrize-by-mt"'
57+
- run: julia --project -e 'using Pkg; pkg"add https://github.com/serenity4/JuliaInterpreter.jl#codetracking-v2"; pkg"add https://github.com/serenity4/CodeTracking.jl#parametrize-by-mt"'
5858
- uses: julia-actions/julia-buildpkg@v1
5959
- uses: julia-actions/julia-runtest@v1
6060
- uses: julia-actions/julia-processcoverage@v1

0 commit comments

Comments
 (0)