From 9f2062574e51df1673e1e95e46d0d8edaf3de5b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20B=C3=B6ther?= Date: Mon, 18 Sep 2023 16:03:18 +0200 Subject: [PATCH] bash --- .github/actions/mamba/action.yml | 6 +----- .github/workflows/workflow.yaml | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/actions/mamba/action.yml b/.github/actions/mamba/action.yml index ff43ca245..b0988908c 100644 --- a/.github/actions/mamba/action.yml +++ b/.github/actions/mamba/action.yml @@ -1,7 +1,3 @@ -defaults: - run: - shell: bash -l {0} - runs: using: "composite" steps: @@ -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 \ No newline at end of file + shell: bash -l {0} \ No newline at end of file diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 68a3ccd1c..516fc21fd 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -3,7 +3,7 @@ on: [pull_request] defaults: run: - shell: bash + shell: bash -l {0} jobs: flake8: