From d26dc08b0efad980aafa78d1a61a6717743b04bc Mon Sep 17 00:00:00 2001 From: Peter Sobolewski <76622105+psobolewskiPhD@users.noreply.github.com> Date: Fri, 13 Sep 2024 22:41:39 -0400 Subject: [PATCH] Update test_and_deploy.yml remove unneeded bash shell --- .github/workflows/test_and_deploy.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index bab1122..510a4e0 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -25,9 +25,6 @@ jobs: test: name: ${{ matrix.platform }} ${{ matrix.python-version }} runs-on: ${{ matrix.platform }} - defaults: - run: - shell: bash -l {0} strategy: fail-fast: false matrix: @@ -58,7 +55,6 @@ jobs: - name: Test with tox uses: aganders3/headless-gui@v2 with: - shell: bash -el {0} run: python -m tox env: PLATFORM: ${{ matrix.platform }}