Skip to content

Commit

Permalink
Update test_and_deploy.yml remove unneeded bash shell
Browse files Browse the repository at this point in the history
  • Loading branch information
psobolewskiPhD authored Sep 14, 2024
1 parent 14edfa0 commit d26dc08
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit d26dc08

Please sign in to comment.