Skip to content

updating EFA_DEVICE details for AWS resources (#791) #2691

updating EFA_DEVICE details for AWS resources (#791)

updating EFA_DEVICE details for AWS resources (#791) #2691

Workflow file for this run

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