Skip to content

Commit

Permalink
Merge pull request #79 from automl/master
Browse files Browse the repository at this point in the history
Bring development up-todate with master
  • Loading branch information
Bronzila authored Apr 1, 2024
2 parents 9408380 + 4f53ae1 commit 364b724
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 364b724

Please sign in to comment.