Skip to content

introduce img_root_secondary to torchx macros #3599

introduce img_root_secondary to torchx macros

introduce img_root_secondary to torchx macros #3599

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