Skip to content

Fix dynamo runtime_env tests after dropping flash-attn rebuild #14697

Fix dynamo runtime_env tests after dropping flash-attn rebuild

Fix dynamo runtime_env tests after dropping flash-attn rebuild #14697

Workflow file for this run

name: Ruff Linter
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/ruff-action@v3
with:
version: 0.14.10
args: "check --output-format=github"