File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 24
24
package :
25
25
- {user: FluxML, repo: Flux.jl, group: All}
26
26
- {user: FluxML, repo: Tracker.jl, group: All}
27
- - {user: denizyuret, repo: Knet.jl, group: All}
28
- - {user: dfdx, repo: Avalon.jl, group: All}
29
- - {user: JuliaOptimalTransport, repo: OptimalTransport.jl, group: All}
30
- - {user: avik-pal, repo: Lux.jl, group: All}
27
+ - {user: LuxDL, repo: Lux.jl, group: All}
31
28
steps :
32
29
- uses : actions/checkout@v3
33
- # for OptimalTransport.jl
34
- - name : Install python
35
- uses : actions/setup-python@v4
36
- with :
37
- python-version : ' 3.9'
38
- architecture : ${{ matrix.arch }}
39
- # for OptimalTransport.jl
40
- - run : python -m pip install pot
41
30
- uses : julia-actions/setup-julia@v1
42
31
with :
43
32
version : ${{ matrix.julia-version }}
66
55
@info "Not compatible with this release. No problem." exception=err
67
56
exit(0) # Exit immediately, as a success
68
57
end
58
+ env :
59
+ RETESTITEMS_NWORKERS : 4
60
+ BACKEND_GROUP : CPU # for Lux.jl
61
+
You can’t perform that action at this time.
0 commit comments