From 444a5626dfb5dbdfddb7ca3737cacfa63f5a78b2 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Tue, 11 Jun 2024 12:14:39 -0400 Subject: [PATCH] disable linux pipelines --- .github/workflows/testing_pipelines.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing_pipelines.yml b/.github/workflows/testing_pipelines.yml index 96695e501..4467f1872 100644 --- a/.github/workflows/testing_pipelines.yml +++ b/.github/workflows/testing_pipelines.yml @@ -17,8 +17,9 @@ jobs: fail-fast: false matrix: include: - - os: ubuntu-latest - label: environments/environment-Linux.yml +# Fails randomly on daily tests +# - os: ubuntu-latest +# label: environments/environment-Linux.yml - os: macos-latest # Mac arm64 runner label: environments/environment-MAC-apple-silicon.yml