Skip to content

Commit 154f937

Browse files
committed
Remove CI patches
1 parent 2cada0d commit 154f937

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
${{ runner.os }}-test-${{ env.cache-name }}-
5555
${{ runner.os }}-test-
5656
${{ runner.os }}-
57-
- run: julia --project -e 'using Pkg; Pkg.add([PackageSpec(; url="https://github.com/serenity4/JuliaInterpreter.jl", rev="codetracking-v2"), PackageSpec(; name = "CodeTracking", rev="master")])'
5857
- uses: julia-actions/julia-buildpkg@v1
5958
- uses: julia-actions/julia-runtest@v1
6059
- uses: julia-actions/julia-processcoverage@v1

.github/workflows/Documenter.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- run: julia --project -e 'using Pkg; pkg"add https://github.com/serenity4/JuliaInterpreter.jl#codetracking-v2 CodeTracking#master"'
15-
- run: cd docs && julia --project -e 'using Pkg; pkg"add https://github.com/serenity4/JuliaInterpreter.jl#codetracking-v2 CodeTracking#master"'
1614
- uses: julia-actions/julia-buildpkg@latest
1715
- uses: julia-actions/julia-docdeploy@latest
1816
env:

0 commit comments

Comments
 (0)