Buckets:
| # GitHub CI build pipeline | |
| name: basic_data_handling CI build | |
| permissions: | |
| contents: read | |
| on: | |
| pull_request: | |
| branches: | |
| - master | |
| - main | |
| workflow_dispatch: # make manually launchable (on demand) | |
| jobs: | |
| build: | |
| runs-on: ${{ matrix.os }} | |
| env: | |
| PYTHONIOENCODING: "utf8" | |
| strategy: | |
| matrix: | |
| os: [ubuntu-latest] | |
| python-version: ["3.12"] | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Set up Python | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: ${{ matrix.python-version }} | |
| cache: 'pip' # caching pip dependencies | |
| - name: Install dependencies | |
| run: | | |
| python -m pip install --upgrade pip | |
| pip install .[dev] numpy torch pillow | |
| - name: Run Linting | |
| run: | | |
| ruff check . | |
| - name: Set PYTHONPATH | |
| run: echo "PYTHONPATH=$(pwd)" >> $GITHUB_ENV | |
| - name: Run Tests | |
| run: | | |
| pytest tests/ | |
Xet Storage Details
- Size:
- 977 Bytes
- Xet hash:
- a62ab0cc11b50cac1484953d43f3909aee6bfff0ae72f8e55d0f49c25aaadb32
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.