From 8f6ca71390f4cc1faf8e060146f347fa387ecd6a Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Tue, 8 Jun 2021 12:16:57 -0700 Subject: [PATCH] Disabling broken Centos 8 CI. --- .github/workflows/ci.yml | 2 +- .github/workflows/ci_sh_def.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d19842781..e1aa9a55c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -576,7 +576,7 @@ jobs: matrix: centos: - 7 # GCC 4.8 - - 8 + # BROKEN_2021-06-03 - 8 name: "🐍 3 • CentOS ${{ matrix.centos }} • x64" container: "centos:${{ matrix.centos }}" diff --git a/.github/workflows/ci_sh_def.yml b/.github/workflows/ci_sh_def.yml index 46b96e08c..2e42cb7a9 100644 --- a/.github/workflows/ci_sh_def.yml +++ b/.github/workflows/ci_sh_def.yml @@ -594,7 +594,7 @@ jobs: matrix: centos: - 7 # GCC 4.8 - - 8 + # BROKEN_2021-06-03 - 8 name: "🐍 3 • CentOS ${{ matrix.centos }} • x64" container: "centos:${{ matrix.centos }}"