Skip to content

Commit

Permalink
conda-forge sphinx doc build failure CI (#2070)
Browse files Browse the repository at this point in the history
* setuptools install

* Limit push to default branch

* Update ci.yml
  • Loading branch information
cpelley authored Dec 17, 2024
1 parent a1b7852 commit 9b2db98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: CI Tests
on:
pull_request:
push:
branches:
- master # Run tests only when changes are pushed to 'default'
workflow_dispatch:
jobs:
Sphinx-Pytest-Coverage:
Expand Down
1 change: 1 addition & 0 deletions envs/conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies:
- bandit
- filelock
- pytest
- setuptools
- sphinx-autodoc-typehints
- sphinx_rtd_theme
- threadpoolctl
Expand Down

0 comments on commit 9b2db98

Please sign in to comment.