Skip to content

Commit

Permalink
Merge pull request #74 from automl/fix/docs_code
Browse files Browse the repository at this point in the history
Fix sklearn dependency for doc generation
  • Loading branch information
Bronzila authored Feb 17, 2024
2 parents 0ce86c6 + 28e48c3 commit b6b0ecf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
file: 'pyproject.toml'
field: 'project.version'
- run: pip install ".[dev]"
- run: pip install ".[dev, examples]"
- name: Configure Git user
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ dev = [
"black",
"pre-commit",
]
examples = [
"scikit-learn"
]

[tool.pytest.ini_options]
testpaths = ["tests"] # path to the test directory
Expand Down

0 comments on commit b6b0ecf

Please sign in to comment.