diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 9763dc66..f5657df3 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -37,7 +37,5 @@ jobs: python -c "import imgtools" - name: Run pytest run: | - pytest tests/test_components.py - pytest tests/test_modalities.py - pytest tests/test_pipeline.py + pytest tests diff --git a/.gitignore b/.gitignore index 73242a8e..71a8d6c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # test scripts examples/autotest.py .idea +temp_outputs #vscode files /.idea