Skip to content

Commit ddfe49b

Browse files
authored
ci: update downstream testing (#598)
* ci: remove unmaintained packages * ci: configure some of the Lux env vars for faster tests
1 parent 1ede301 commit ddfe49b

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

.github/workflows/Downstream.yml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,9 @@ jobs:
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 }}
@@ -66,3 +55,7 @@ jobs:
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+

0 commit comments

Comments
 (0)