Skip to content

Commit

Permalink
Pick up the right shell?
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhbell committed Mar 2, 2024
1 parent e088860 commit f8856c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
Matrix-build:
runs-on: ubuntu-latest
# container: node:latest

# See: https://github.com/marketplace/actions/setup-miniconda#important
defaults:
run:
shell: bash -el {0}
steps:
- name: checkout
uses: actions/checkout@v3
Expand All @@ -23,7 +28,6 @@ jobs:
activate-environment: teqpdocs
environment-file: doc/environment.yml
- name: install teqp, built from source
shell: bash -el {0}
run: |
CXX=clang++ python -m pip install .
cd doc
Expand Down

0 comments on commit f8856c4

Please sign in to comment.