Skip to content

Log benchmark state and time in wandb #15

Log benchmark state and time in wandb

Log benchmark state and time in wandb #15

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