Skip to content

Commit

Permalink
Disable default shell
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoesters committed Sep 9, 2024
1 parent 477ad90 commit 737d364
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true

defaults:
run:
shell: bash -el {0}
#defaults:
# run:
# shell: bash -el {0}
jobs:
tests:
name: ${{ matrix.os }}, Python ${{ matrix.python-version }}, ${{ matrix.conda-standalone }}
Expand Down

0 comments on commit 737d364

Please sign in to comment.