Skip to content

deps(deps): bump torch from 2.9.1 to 2.13.0 #201

deps(deps): bump torch from 2.9.1 to 2.13.0

deps(deps): bump torch from 2.9.1 to 2.13.0 #201

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.14'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest
- name: Run tests
run: pytest