Skip to content

Revert "Increase weight of generation time metric in FLUX" #121

Revert "Increase weight of generation time metric in FLUX"

Revert "Increase weight of generation time metric in FLUX" #121

Workflow file for this run

name: Test Miner Types
on:
- pull_request
- workflow_dispatch
jobs:
test-types:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v3
- name: Test Types
working-directory: miner
run: |
uv run pytype