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