Prebuilding Legion and use pre-built for building FlexFlow #2331
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "pip-install" | |
on: | |
pull_request: | |
paths-ignore: | |
- "cmake/**" | |
- "config/**" | |
- "deps/**" | |
- "python/**" | |
- "setup.py" | |
- ".github/workflows/helpers/install_dependencies.sh" | |
- ".github/workflows/pip-install.yml" | |
workflow_dispatch: | |
concurrency: | |
group: pip-install-skip-${{ github.head_ref || github.run_id }} | |
cancel-in-progress: true | |
jobs: | |
pip-install-flexflow: | |
name: Install FlexFlow with pip | |
runs-on: ubuntu-20.04 | |
steps: | |
- run: 'echo "No pip-install required"' |