Skip to content

Commit

Permalink
Make temp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
zhong-al committed Dec 12, 2024
1 parent 196861f commit 0d85133
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
env:
HF_TOKEN: ${{ secrets.HF_TOKEN_TESTING }}
run: |
cd ..
mkdir test
cd test
pwd
mkdir /tmp/test
cd /tmp/test
pwd
python -m unittest ../kabr-tools/tests/test_cvat2slowfast.py
python -m unittest ../kabr-tools/tests/test_cvat2ultralytics.py
python -m unittest ../kabr-tools/tests/test_detector2cvat.py
Expand Down

0 comments on commit 0d85133

Please sign in to comment.