We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c6dc52 commit cdbf5abCopy full SHA for cdbf5ab
.github/workflows/test.yml
@@ -26,9 +26,9 @@ jobs:
26
env:
27
HF_TOKEN: ${{ secrets.HF_TOKEN_TESTING }}
28
run: |
29
- python -m unittest tests/test_cvat2slowfast.py
30
- python -m unittest tests/test_cvat2ultralytics.py
31
- python -m unittest tests/test_detector2cvat.py
+ #python -m unittest tests/test_cvat2slowfast.py
+ #python -m unittest tests/test_cvat2ultralytics.py
+ #python -m unittest tests/test_detector2cvat.py
32
python -m unittest tests/test_miniscene2behavior.py
33
- python -m unittest tests/test_player.py
34
- python -m unittest tests/test_tracks_extractor.py
+ #python -m unittest tests/test_player.py
+ #python -m unittest tests/test_tracks_extractor.py
0 commit comments