Skip to content

Commit

Permalink
set default shell for fixing actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gcroci2 committed Mar 20, 2024
1 parent ef4dd33 commit f75c2a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
os: ["ubuntu-latest"]
python-version: ["3.10"] # ["3.10", "3.11"]

# https://github.com/marketplace/actions/setup-miniconda#use-a-default-shell
defaults:
run:
shell: bash -l {0}

steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install-python-and-package
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
os: ["ubuntu-latest"]
python-version: ["3.10"]

# https://github.com/marketplace/actions/setup-miniconda#use-a-default-shell
defaults:
run:
shell: bash -l {0}

steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install-python-and-package
Expand Down

0 comments on commit f75c2a0

Please sign in to comment.