Skip to content

Commit

Permalink
ci: update downstream testing (#598)
Browse files Browse the repository at this point in the history
* ci: remove unmaintained packages

* ci: configure some of the Lux env vars for faster tests
  • Loading branch information
avik-pal authored Jul 17, 2024
1 parent 1ede301 commit ddfe49b
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/Downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,9 @@ jobs:
package:
- {user: FluxML, repo: Flux.jl, group: All}
- {user: FluxML, repo: Tracker.jl, group: All}
- {user: denizyuret, repo: Knet.jl, group: All}
- {user: dfdx, repo: Avalon.jl, group: All}
- {user: JuliaOptimalTransport, repo: OptimalTransport.jl, group: All}
- {user: avik-pal, repo: Lux.jl, group: All}
- {user: LuxDL, repo: Lux.jl, group: All}
steps:
- uses: actions/checkout@v3
# for OptimalTransport.jl
- name: Install python
uses: actions/setup-python@v4
with:
python-version: '3.9'
architecture: ${{ matrix.arch }}
# for OptimalTransport.jl
- run: python -m pip install pot
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
Expand Down Expand Up @@ -66,3 +55,7 @@ jobs:
@info "Not compatible with this release. No problem." exception=err
exit(0) # Exit immediately, as a success
end
env:
RETESTITEMS_NWORKERS: 4
BACKEND_GROUP: CPU # for Lux.jl

0 comments on commit ddfe49b

Please sign in to comment.