Skip to content

Commit

Permalink
add bash
Browse files Browse the repository at this point in the history
  • Loading branch information
kelle committed Nov 21, 2023
1 parent 1500f81 commit a9e19c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
build:

runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash -el {0}
strategy:
fail-fast: false
matrix:
Expand All @@ -33,7 +36,7 @@ jobs:
- name: Display Conda environment
run: |
conda info
conda list
conda env list
- name: Display Python version
run: python -c "import sys; print(sys.version)"
Expand Down

0 comments on commit a9e19c3

Please sign in to comment.