Skip to content

Commit

Permalink
trying initializing the shell earlier in the GHA yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
tlfobe authored and tlfobe committed Feb 28, 2024
1 parent 138190f commit 686e3ab
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
pull_request:
branches: [ "master" ]

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

jobs:
build:

Expand All @@ -23,8 +27,9 @@ jobs:
- name: Install conda environment
uses: mamba-org/setup-micromamba@v1
with:
init-shell: bash
environment-file: test_env.yml
init-shell: >-
bash
create-args: >-
python=${{ matrix.python-version }}
Expand Down

0 comments on commit 686e3ab

Please sign in to comment.