From 7683d602e620ec2f50b523c1ed87df839651985b Mon Sep 17 00:00:00 2001 From: Kenza Tazi Date: Thu, 7 Sep 2023 11:34:59 +0100 Subject: [PATCH] remove shell command --- .github/workflows/test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f08f806..cc1a910 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,11 +10,6 @@ on: jobs: - example-3: - defaults: - run: - shell: bash -l {0} - test: runs-on: ubuntu-latest @@ -38,7 +33,6 @@ jobs: - name: Display Python version run: python -c "import sys; print(sys.version)" - - name: Install Miniconda uses: conda-incubator/setup-miniconda@v2 with: