Skip to content

Commit

Permalink
bash -l {0} with micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Nov 13, 2023
1 parent 9c34839 commit 5df7505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- python-version: '3.8.0'
defaults:
run:
shell: bash
shell: bash -l {0}
timeout-minutes: 90

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- python-version: '3.8.0'
defaults:
run:
shell: bash
shell: bash -l {0}
timeout-minutes: 90
steps:
- name: Checkout repo
Expand Down

0 comments on commit 5df7505

Please sign in to comment.