Skip to content

Commit

Permalink
Use bash as login shell
Browse files Browse the repository at this point in the history
  • Loading branch information
jl-wynen committed Nov 29, 2023
1 parent 96eec74 commit c89e916
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
docs:
name: Build documentation
runs-on: 'ubuntu-22.04'
defaults:
run:
shell: bash -l {0} # required for conda env
steps:
- run: sudo apt install --yes graphviz pandoc
- uses: actions/checkout@v3
Expand Down

0 comments on commit c89e916

Please sign in to comment.