Skip to content

fixing time elapse for plot utils (#144) #94

fixing time elapse for plot utils (#144)

fixing time elapse for plot utils (#144) #94

Workflow file for this run

name: Type Checking with Pyright
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
type-check:
runs-on: ubuntu-latest
steps:
# Step 1: Checkout the code
- name: Checkout repository
uses: actions/checkout@v3
# Step 2: Set up Python
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8' # Specify the Python version you're using
# Step 3: Install dependencies
- name: Install dependencies
run: pip install pyright
# Step 4: Run Pyright
- name: Run Pyright
run: pyright .