From e4d16431720d170fd4cae919f6fe27b6b088b1b9 Mon Sep 17 00:00:00 2001 From: etotmeni Date: Tue, 31 Aug 2021 09:53:44 -0500 Subject: [PATCH] Temporary off self-hosted runner --- .github/workflows/conda-package.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/conda-package.yml b/.github/workflows/conda-package.yml index fab2721f11..bc2aba43cf 100644 --- a/.github/workflows/conda-package.yml +++ b/.github/workflows/conda-package.yml @@ -64,10 +64,10 @@ jobs: python: [3.8] experimental: [false] runner: [ubuntu-latest] - include: - - python: 3.8 - experimental: true - runner: [self-hosted, gen9] + # include: + # - python: 3.8 + # experimental: true + # runner: [self-hosted, gen9] continue-on-error: ${{ matrix.experimental }} env: CHANNELS: -c intel -c defaults --override-channels