Skip to content

Commit

Permalink
ci: temporarily disable non-recurrent tests
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Sep 22, 2024
1 parent 7e25fc7 commit 7b68c96
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ jobs:
- macos-latest
- windows-latest
test_group:
- "core_layers"
- "contrib"
- "helpers"
- "distributed"
- "normalize_layers"
- "others"
- "autodiff"
# - "core_layers"
# - "contrib"
# - "helpers"
# - "distributed"
# - "normalize_layers"
# - "others"
# - "autodiff"
- "recurrent_layers"
- "eltype_match"
- "fluxcompat"
# - "eltype_match"
# - "fluxcompat"
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down Expand Up @@ -138,16 +138,16 @@ jobs:
matrix:
version: ["1"]
test_group:
- "core_layers"
- "contrib"
- "helpers"
- "distributed"
- "normalize_layers"
- "others"
- "autodiff"
# - "core_layers"
# - "contrib"
# - "helpers"
# - "distributed"
# - "normalize_layers"
# - "others"
# - "autodiff"
- "recurrent_layers"
- "eltype_match"
- "fluxcompat"
# - "eltype_match"
# - "fluxcompat"
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit 7b68c96

Please sign in to comment.