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 2424 package :
2525 - {user: FluxML, repo: Flux.jl, group: All}
2626 - {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}
3128 steps :
3229 - 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
4130 - uses : julia-actions/setup-julia@v1
4231 with :
4332 version : ${{ matrix.julia-version }}
6655 @info "Not compatible with this release. No problem." exception=err
6756 exit(0) # Exit immediately, as a success
6857 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