File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,18 @@ jobs:
1515 runs-on : ubuntu-latest
1616 strategy :
1717 matrix :
18- version : ['min']
18+ downgrade_mode : ['alldeps']
19+ julia-version : ['1.10']
1920 steps :
2021 - uses : actions/checkout@v4
2122 - uses : julia-actions/setup-julia@v2
2223 with :
23- version : ${{ matrix.version }}
24- - uses : julia-actions/julia-downgrade-compat@v1
24+ version : ${{ matrix.julia- version }}
25+ - uses : julia-actions/julia-downgrade-compat@v2
2526# if: ${{ matrix.version == '1.6' }}
2627 with :
2728 skip : Pkg,TOML
2829 - uses : julia-actions/julia-buildpkg@v1
2930 - uses : julia-actions/julia-runtest@v1
31+ with :
32+ ALLOW_RERESOLVE : false
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ PyCall = "1.96"
8282PythonCall = " 0.9.15"
8383RCall = " 0.14.0"
8484RecipesBase = " 1.3.4"
85- RecursiveArrayTools = " 3.27.2 "
85+ RecursiveArrayTools = " 3.35 "
8686Reexport = " 1"
8787RuntimeGeneratedFunctions = " 0.5.12"
8888SciMLOperators = " 1.3"
You can’t perform that action at this time.
0 commit comments