Skip to content

Commit

Permalink
bash
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxiBoether committed Sep 18, 2023
1 parent a4da9d6 commit 9f20625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/actions/mamba/action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
defaults:
run:
shell: bash -l {0}

runs:
using: "composite"
steps:
Expand Down Expand Up @@ -68,4 +64,4 @@ runs:
run: |
mamba run -n modyn pip install -e .
mamba run -n modyn pip install -r dev-requirements.txt
shell: bash
shell: bash -l {0}
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [pull_request]

defaults:
run:
shell: bash
shell: bash -l {0}

jobs:
flake8:
Expand Down

0 comments on commit 9f20625

Please sign in to comment.