fix: Removed possible scipy import #13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Testing SFSORT | |
| on: [push] | |
| jobs: | |
| test_python_module: | |
| runs-on: self-hosted | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v4 | |
| - name: Install dependencies | |
| run: | | |
| pip install -U ultralytics ffmpeg-python | |
| - name: Run Python module to test if tracker works correctly | |
| run: python3 ultralytics_sfsort.py |