Skip to content

Commit

Permalink
Use main
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Aug 8, 2024
1 parent 1c68a80 commit 6fb3c27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: julia --project=${{ matrix.pkg.dir}}/docs/ -e '
using Pkg;
Pkg.Registry.update();
Pkg.add(url="https://github.com/gdalle/SparseMatrixColorings.jl", rev="gd/revamp");
Pkg.add(url="https://github.com/gdalle/SparseMatrixColorings.jl", rev="main");
if "${{ matrix.pkg.name}}" == "DifferentiationInterface";
Pkg.develop(PackageSpec(path="./DifferentiationInterface"));
else;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
run: julia --project=./DifferentiationInterface -e '
using Pkg;
Pkg.Registry.update();
Pkg.add(url="https://github.com/gdalle/SparseMatrixColorings.jl", rev="gd/revamp");
Pkg.add(url="https://github.com/gdalle/SparseMatrixColorings.jl", rev="main");
Pkg.test("DifferentiationInterface"; coverage=true);'
- uses: julia-actions/julia-processcoverage@v1
if: ${{ env.SHOULDRUN == 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion DifferentiationInterfaceTest/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ using Pkg
using SparseConnectivityTracer
using Test

Pkg.add(; url="https://github.com/gdalle/SparseMatrixColorings.jl", rev="gd/revamp");
Pkg.add(; url="https://github.com/gdalle/SparseMatrixColorings.jl", rev="main");

GROUP = get(ENV, "JULIA_DIT_TEST_GROUP", "All")

Expand Down

0 comments on commit 6fb3c27

Please sign in to comment.