Skip to content

Commit

Permalink
corrected yaml error
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanplanders committed Sep 11, 2023
1 parent 57af0cc commit 272ff44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
- uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install sphinx sphinx-book-theme sphinx-design yaml
pip install sphinx sphinx-book-theme
pip install sphinx-design
- name: Sphinx build
run: |
sphinx-build doc _build
Expand Down
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ dependencies:
- pip:
- sphinx-book-theme
- sphinx-design
- yaml
# - jupyterlab-github==2.0.0

0 comments on commit 272ff44

Please sign in to comment.