Skip to content

Commit

Permalink
move test files to tests directory
Browse files Browse the repository at this point in the history
  • Loading branch information
KevKibe committed Oct 30, 2024
1 parent 1b6e80e commit 66209b7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 67 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-kaggle-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
username: ${{ secrets.KAGGLE_USERNAME }}
key: ${{ secrets.KAGGLE_KEY }}
title: "Kernel Test v2"
custom_script: "!pytest test.py "
custom_script: "!pytest tests/test.py "
enable_internet: true
enable_gpu: false
enable_tpu: false
Expand Down
24 changes: 0 additions & 24 deletions fetch_data.py

This file was deleted.

42 changes: 0 additions & 42 deletions test.py

This file was deleted.

0 comments on commit 66209b7

Please sign in to comment.