Skip to content

expose runner itself with context manager #3662

expose runner itself with context manager

expose runner itself with context manager #3662

Workflow file for this run

name: Pyre
on:
push:
branches:
- main
pull_request:
jobs:
pyre:
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: "3.10"
architecture: x64
- name: Checkout TorchX
uses: actions/checkout@v2
- name: Install Dependencies
run: |
set -eux
pip install -e .[dev]
- name: Init Lint Runner
run: lintrunner init
- name: Run Pyre
run: scripts/pyre.sh