Skip to content

Log benchmark state and time in wandb #11

Log benchmark state and time in wandb

Log benchmark state and time in wandb #11

Workflow file for this run

name: Test Miner Types
on:
pull_request:
types:
- opened
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: miner
run: |
poetry install
poetry run pytype