Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgjs committed Dec 2, 2023
1 parent 250acfd commit 2b5102b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Run unit tests with pytest
run: |
python -m pytest tests --cov=autora --cov-report=xml
python -m pytest tests/* --cov=autora --cov-report=xml
- name: Upload coverage report to codecov
uses: codecov/codecov-action@v3
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ dev = [
"ipython", # Also used in building notebooks into Sphinx
"matplotlib", # Used in sample notebook intro_notebook.ipynb
"numpy", # Used in sample notebook intro_notebook.ipynb
"ipykernel",
]
train = [
"mlflow",
Expand Down

0 comments on commit 2b5102b

Please sign in to comment.