Skip to content

Commit

Permalink
add all required packages to test env
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanSoley committed Sep 18, 2023
1 parent ca31eca commit 72e181c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
activate-environment: rubicon-ml-tests
- name: Install rubicon-ml
run: |
pip install ".[tests]"
pip install -e ".[qa]"
- name: Check formatting with black
run: |
black --check rubicon_ml/ tests/
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ qa = [
"setuptools",
"twine",
"wheel",
"rubicon-ml[tests]",
]
s3 = ["s3fs<=2023.9.0,>=0.4"]
tests = ["dask", "pytest", "pytest-cov", "rubicon-ml[notebook]"]
Expand Down

0 comments on commit 72e181c

Please sign in to comment.