Skip to content

Add tiers to wandb

Add tiers to wandb #26

Workflow file for this run

name: Test Common Types
on:
- pull_request
- workflow_dispatch
jobs:
test-types:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Test Types
working-directory: neuron
run: |
poetry install
poetry run pytype