From 5c03dab6bbfd527023abe288d5c6595af4d0fa5b Mon Sep 17 00:00:00 2001 From: Valentin Churavy Date: Wed, 28 Sep 2022 08:52:06 -0400 Subject: [PATCH] Cleanup CI (#458) --- .github/workflows/CI.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 013b15d653..80c889ca5c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -17,7 +17,7 @@ jobs: version: - '1.6' - '1.7' - - '~1.8.0-0' + - '1.8' - 'nightly' os: - ubuntu-latest @@ -32,20 +32,20 @@ jobs: - os: windows-latest arch: x64 libEnzyme: local - include: + # include: # special test with LLVM assertions enabled # TODO: enable this across all versions # (needs LLVM.jl fixes, and julia-actions/setup-julia support) - - os: ubuntu-latest - arch: x64 - libEnzyme: packaged - version: '1.7' - assertions: true - - os: ubuntu-latest - arch: x64 - libEnzyme: packaged - version: '1.8' - assertions: true + # - os: ubuntu-latest + # arch: x64 + # libEnzyme: packaged + # version: '1.7' + # assertions: true + # - os: ubuntu-latest + # arch: x64 + # libEnzyme: packaged + # version: '1.8' + # assertions: true steps: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1