From 9ea8f7ef48541c306840e7d2ca1fb58cfcee1069 Mon Sep 17 00:00:00 2001 From: Sejin Kim Date: Fri, 29 Mar 2024 14:02:47 -0400 Subject: [PATCH] updated main-ci.yml with dataset-check.py name change. --- .github/workflows/main-ci.yml | 4 +--- .gitignore | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) 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