Skip to content

Run simulations in parallel #189

Run simulations in parallel

Run simulations in parallel #189

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: CI - Pyright
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-24.04
env:
PYRIGHT_VERSION: 1.0
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.8.1
with:
cache: true
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
- name: check pyright
run: pixi run pyright