Skip to content

fix: fix inversion method & pytorch Kmeans OOM #226

fix: fix inversion method & pytorch Kmeans OOM

fix: fix inversion method & pytorch Kmeans OOM #226

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
all_main_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9 (lowest supported version)
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install Poetry
uses: snok/install-poetry@v1.3.1
- name: Clean poetry
run: rm poetry.lock
- name: Install dependencies
run: poetry install --with dev --no-cache
- name: Run tests
run: poetry run pytest tests/