TEST: Add torch to main deps to test detection workflow

This commit should fail the torch check!
This commit is contained in:
Dakota 2025-06-04 10:29:42 -05:00
parent f2d3060db6
commit 02b94b2982
2 changed files with 6 additions and 1 deletions

View file

@ -21,10 +21,14 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: |
pyproject.toml
requirements.txt
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip wheel
pip install -e ".[dev]"
- name: Run pytest