Skip to content

[EZ] Replace pytorch-labs with meta-pytorch #52

[EZ] Replace pytorch-labs with meta-pytorch

[EZ] Replace pytorch-labs with meta-pytorch #52

Workflow file for this run

name: Python CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install package and dependencies
run: |
pip install .
- name: Run tests
run: |
python -m unittest discover -s test/inputgen -p "*.py"