From 7b68c9687e77bab0a1db192f32ce38cf72c6acbd Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Sun, 22 Sep 2024 18:12:20 -0400 Subject: [PATCH] ci: temporarily disable non-recurrent tests --- .github/workflows/CI.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9790c8d09..7c464804d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 @@ -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