File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -2,31 +2,35 @@ name: Downgrade
2
2
on :
3
3
pull_request :
4
4
branches :
5
- - main
5
+ - master
6
6
paths-ignore :
7
7
- ' docs/**'
8
8
push :
9
9
branches :
10
- - main
10
+ - master
11
11
paths-ignore :
12
12
- ' docs/**'
13
13
jobs :
14
14
test :
15
15
runs-on : ubuntu-latest
16
16
strategy :
17
17
matrix :
18
- version : ['min']
19
18
group :
20
19
- Core
21
- - Enzyme
20
+ downgrade_mode : ['alldeps']
21
+ julia-version : ['1.10']
22
22
steps :
23
23
- uses : actions/checkout@v4
24
24
- uses : julia-actions/setup-julia@v2
25
25
with :
26
- version : ${{ matrix.version }}
27
- - uses : julia-actions/julia-downgrade-compat@v1
26
+ version : ${{ matrix.julia- version }}
27
+ - uses : julia-actions/julia-downgrade-compat@v2
28
28
# if: ${{ matrix.version == '1.6' }}
29
29
with :
30
30
skip : Pkg,TOML
31
31
- uses : julia-actions/julia-buildpkg@v1
32
32
- uses : julia-actions/julia-runtest@v1
33
+ with :
34
+ ALLOW_RERESOLVE : false
35
+ env :
36
+ GROUP : ${{ matrix.group }}
You can’t perform that action at this time.
0 commit comments