Skip to content

Commit

Permalink
add missing lines
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgjs committed Dec 1, 2023
1 parent ca938e7 commit d2213f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/testing-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
python-version: ['3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@v3
- name: Setup Dependencies
uses: ./.github/actions/deps
with:
Expand Down
3 changes: 2 additions & 1 deletion src/.amlignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
mlruns/
.mypy_cache/
.mypy_cache/
__pycache__/

0 comments on commit d2213f1

Please sign in to comment.