From d2213f17756662b426cad3ccc630124c5d36e08b Mon Sep 17 00:00:00 2001 From: Carlos Garcia Jurado Suarez Date: Fri, 1 Dec 2023 15:37:09 -0800 Subject: [PATCH] add missing lines --- .github/workflows/testing-and-coverage.yml | 1 + src/.amlignore | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing-and-coverage.yml b/.github/workflows/testing-and-coverage.yml index 66fcca4..aa307a5 100644 --- a/.github/workflows/testing-and-coverage.yml +++ b/.github/workflows/testing-and-coverage.yml @@ -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: diff --git a/src/.amlignore b/src/.amlignore index 1e02b6b..f1ec22a 100644 --- a/src/.amlignore +++ b/src/.amlignore @@ -1,2 +1,3 @@ mlruns/ -.mypy_cache/ \ No newline at end of file +.mypy_cache/ +__pycache__/ \ No newline at end of file