Skip to content

Commit 8c26305

Browse files
committed
ci: use specific branch (drop me)
1 parent 1906e02 commit 8c26305

11 files changed

+22
-22
lines changed

.github/workflows/CI_BracketingNonlinearSolve.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
os:
2929
- ubuntu-latest
3030
- macos-latest
31-
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@main
31+
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@ap/ci
3232
with:
3333
julia_version: ${{ matrix.version }}
3434
os: ${{ matrix.os }}
3535
project: "lib/BracketingNonlinearSolve"
3636
local_dependencies: "lib/NonlinearSolveBase,lib/SciMLJacobianOperators"
3737

3838
downgrade:
39-
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@main
39+
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@ap/ci
4040
with:
4141
julia_version: "1.11"
4242
project: "lib/BracketingNonlinearSolve"

.github/workflows/CI_NonlinearSolve.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# Don't run nopre tests on prerelease Julia
4848
- group: nopre
4949
version: "pre"
50-
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@main
50+
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@ap/ci
5151
with:
5252
julia_version: ${{ matrix.version }}
5353
os: ${{ matrix.os }}
@@ -65,7 +65,7 @@ jobs:
6565
- wrappers
6666
- misc
6767
- nopre
68-
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@main
68+
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@ap/ci
6969
with:
7070
project: "."
7171
julia_version: "1.11"

.github/workflows/CI_NonlinearSolveBase.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
os:
2828
- ubuntu-latest
2929
- macos-latest
30-
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@main
30+
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@ap/ci
3131
with:
3232
julia_version: ${{ matrix.version }}
3333
os: ${{ matrix.os }}
3434
project: "lib/NonlinearSolveBase"
3535
local_dependencies: "lib/SciMLJacobianOperators"
3636

3737
downgrade:
38-
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@main
38+
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@ap/ci
3939
with:
4040
julia_version: "1.11"
4141
project: "lib/NonlinearSolveBase"

.github/workflows/CI_NonlinearSolveFirstOrder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
os:
2929
- ubuntu-latest
3030
- macos-latest
31-
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@main
31+
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@ap/ci
3232
with:
3333
julia_version: ${{ matrix.version }}
3434
os: ${{ matrix.os }}
3535
project: "lib/NonlinearSolveFirstOrder"
3636
local_dependencies: "lib/NonlinearSolveBase,lib/SciMLJacobianOperators"
3737

3838
downgrade:
39-
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@main
39+
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@ap/ci
4040
with:
4141
julia_version: "1.11"
4242
project: "lib/NonlinearSolveFirstOrder"

.github/workflows/CI_NonlinearSolveHomotopyContinuation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
os:
2828
- ubuntu-latest
2929
- macos-latest
30-
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@main
30+
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@ap/ci
3131
with:
3232
julia_version: ${{ matrix.version }}
3333
os: ${{ matrix.os }}
3434
project: "lib/NonlinearSolveHomotopyContinuation"
3535
local_dependencies: "lib/NonlinearSolveBase"
3636

3737
downgrade:
38-
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@main
38+
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@ap/ci
3939
with:
4040
julia_version: "1.11"
4141
project: "lib/NonlinearSolveHomotopyContinuation"

.github/workflows/CI_NonlinearSolveQuasiNewton.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
os:
2929
- ubuntu-latest
3030
- macos-latest
31-
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@main
31+
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@ap/ci
3232
with:
3333
julia_version: ${{ matrix.version }}
3434
os: ${{ matrix.os }}
3535
project: "lib/NonlinearSolveQuasiNewton"
3636
local_dependencies: "lib/NonlinearSolveBase,lib/SciMLJacobianOperators"
3737

3838
downgrade:
39-
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@main
39+
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@ap/ci
4040
with:
4141
julia_version: "1.11"
4242
project: "lib/NonlinearSolveQuasiNewton"

.github/workflows/CI_NonlinearSolveSciPy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
os:
2828
- ubuntu-latest
2929
- macos-latest
30-
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@main
30+
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@ap/ci
3131
with:
3232
julia_version: ${{ matrix.version }}
3333
os: ${{ matrix.os }}
3434
project: "lib/NonlinearSolveSciPy"
3535
local_dependencies: "lib/NonlinearSolveBase,lib/SciMLJacobianOperators"
3636

3737
downgrade:
38-
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@main
38+
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@ap/ci
3939
with:
4040
julia_version: "1.11"
4141
project: "lib/NonlinearSolveSciPy"

.github/workflows/CI_NonlinearSolveSpectralMethods.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
os:
2929
- ubuntu-latest
3030
- macos-latest
31-
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@main
31+
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@ap/ci
3232
with:
3333
julia_version: ${{ matrix.version }}
3434
os: ${{ matrix.os }}
3535
project: "lib/NonlinearSolveSpectralMethods"
3636
local_dependencies: "lib/NonlinearSolveBase,lib/SciMLJacobianOperators"
3737

3838
downgrade:
39-
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@main
39+
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@ap/ci
4040
with:
4141
julia_version: "1.11"
4242
project: "lib/NonlinearSolveSpectralMethods"

.github/workflows/CI_SCCNonlinearSolve.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
os:
2929
- ubuntu-latest
3030
- macos-latest
31-
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@main
31+
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@ap/ci
3232
with:
3333
julia_version: ${{ matrix.version }}
3434
os: ${{ matrix.os }}
3535
project: "lib/SCCNonlinearSolve"
3636
local_dependencies: "lib/NonlinearSolveBase,lib/SciMLJacobianOperators"
3737

3838
downgrade:
39-
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@main
39+
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@ap/ci
4040
with:
4141
julia_version: "1.11"
4242
project: "lib/SCCNonlinearSolve"

.github/workflows/CI_SciMLJacobianOperators.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
os:
2727
- ubuntu-latest
2828
- macos-latest
29-
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@main
29+
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@ap/ci
3030
with:
3131
julia_version: ${{ matrix.version }}
3232
os: ${{ matrix.os }}
3333
project: "lib/SciMLJacobianOperators"
3434

3535
downgrade:
36-
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@main
36+
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@ap/ci
3737
with:
3838
julia_version: "1.11"
3939
project: "lib/SciMLJacobianOperators"

0 commit comments

Comments
 (0)