Skip to content

Commit

Permalink
updated main-ci.yml with dataset-check.py name change.
Browse files Browse the repository at this point in the history
  • Loading branch information
skim2257 committed Mar 29, 2024
1 parent e3681e2 commit 9ea8f7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# test scripts
examples/autotest.py
.idea
temp_outputs

#vscode files
/.idea
Expand Down

0 comments on commit 9ea8f7e

Please sign in to comment.