Buckets:
| name: Unit Tests | |
| on: | |
| push: | |
| branches: [ main, master, release/** ] | |
| pull_request: | |
| branches: [ main, master, release/** ] | |
| jobs: | |
| test: | |
| strategy: | |
| matrix: | |
| os: [ubuntu-latest, windows-2022, macos-latest] | |
| runs-on: ${{ matrix.os }} | |
| continue-on-error: true | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Set up Python | |
| uses: actions/setup-python@v4 | |
| with: | |
| python-version: '3.12' | |
| - name: Install requirements | |
| run: | | |
| python -m pip install --upgrade pip | |
| pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu | |
| pip install -r requirements.txt | |
| - name: Run Unit Tests | |
| run: | | |
| pip install -r tests-unit/requirements.txt | |
| python -m pytest tests-unit | |
Xet Storage Details
- Size:
- 798 Bytes
- Xet hash:
- 8f3be4a5c553ef8c54bb1ed986be5661f1830d6850d11d3611fa6105ebac40f6
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.