Skip to content

Fix compatibility issues and add colab notebook link (#18) #12

Fix compatibility issues and add colab notebook link (#18)

Fix compatibility issues and add colab notebook link (#18) #12

Workflow file for this run

name: Pytest
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install ninja-build
run: sudo apt-get install -y ninja-build
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest torch qtorch numpy
- name: Test with pytest
run: |
pytest val/test_num_sys.py