mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
TEST: Add torch to main deps to test detection workflow
This commit should fail the torch check!
This commit is contained in:
parent
f2d3060db6
commit
02b94b2982
2 changed files with 6 additions and 1 deletions
6
.github/workflows/pytest.yml
vendored
6
.github/workflows/pytest.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue