Skip to content

(torchx/docs) fix broken link in kubernetes docs due to github migration from pytorch to meta-pytorch #3944

(torchx/docs) fix broken link in kubernetes docs due to github migration from pytorch to meta-pytorch

(torchx/docs) fix broken link in kubernetes docs due to github migration from pytorch to meta-pytorch #3944

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