From 027f74bb9fd9899809ebefb047a86100754a0645 Mon Sep 17 00:00:00 2001 From: Quentin Bourgerie Date: Fri, 15 Nov 2024 14:06:11 +0100 Subject: [PATCH] chore(ci): Remove zsh debugging --- .github/workflows/concrete_python_release_cpu.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/concrete_python_release_cpu.yml b/.github/workflows/concrete_python_release_cpu.yml index 87f0dcdb2c..f05e87c0b5 100644 --- a/.github/workflows/concrete_python_release_cpu.yml +++ b/.github/workflows/concrete_python_release_cpu.yml @@ -384,9 +384,6 @@ jobs: python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] runs-on: ["aws-mac1-metal", "aws-mac2-metal"] runs-on: ${{ matrix.runs-on }} - defaults: - run: - shell: zsh steps: - name: Download wheels uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8