Skip to content

update config check for torch backend #59

update config check for torch backend

update config check for torch backend #59

Workflow file for this run

name: pytest
on: push
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: 3.9
cache: 'poetry'
- run: poetry install --with dev
- run: poetry run pytest