Skip to content

Commit

Permalink
fix yaml syntax issue (#132)
Browse files Browse the repository at this point in the history
* fix yaml syntax issue

* Forgot to checkotu code

* try and fix the docs
  • Loading branch information
mikemhenry authored Sep 30, 2022
1 parent 662f71f commit f171853
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ on:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.9
activate-environment: test
channel-priority: true
environment-file: devtools/conda-envs/espaloma.yaml
auto-activate-base: false
use-mamba: true
mamba-version: "*"

- name: Install package
shell: bash -l {0}
Expand Down

0 comments on commit f171853

Please sign in to comment.