Skip to content

Commit

Permalink
[sphinx.yml] work around orgs/community#25061
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanc8 committed Nov 23, 2024
1 parent a204fc4 commit 491cc8d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
defaults:
run:
shell: bash -el {0}
# GitHub configures `bash` to ignore ~/.bashrc and ~/.profile, but
# we can avoid this by using `bash -el {0}`
# see https://github.com/marketplace/actions/setup-miniconda and https://github.com/orgs/community/discussions/25061
steps:
- uses: actions/checkout@v4
- name: Install Miniforge with dependencies
Expand Down

0 comments on commit 491cc8d

Please sign in to comment.