We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b58387 commit c5376baCopy full SHA for c5376ba
.github/workflows/CI.yml
@@ -54,7 +54,7 @@ jobs:
54
${{ runner.os }}-test-${{ env.cache-name }}-
55
${{ runner.os }}-test-
56
${{ 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"'
+ - 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"'
58
- uses: julia-actions/julia-buildpkg@v1
59
- uses: julia-actions/julia-runtest@v1
60
- uses: julia-actions/julia-processcoverage@v1
0 commit comments