mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-26 22:35:43 +00:00
Update pr_checks.yml: fix a grammar error (#22586)
This commit is contained in:
parent
b9903617b6
commit
3e62fffd3d
1 changed files with 7 additions and 3 deletions
10
.github/workflows/pr_checks.yml
vendored
10
.github/workflows/pr_checks.yml
vendored
|
|
@ -34,12 +34,16 @@ jobs:
|
|||
with:
|
||||
toolchain: stable
|
||||
components: rustfmt
|
||||
|
||||
- name: Update PATH
|
||||
run: |
|
||||
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
|
||||
|
||||
- name: Install dependencies and run lintrunner on all files
|
||||
run: |
|
||||
export PATH=$HOME/.local/bin:$PATH
|
||||
set -e
|
||||
set -e
|
||||
python -m pip install --user -r requirements-dev.txt
|
||||
python -m pip install --user lintrunner lintrunner-adapters
|
||||
python -m pip install --user lintrunner lintrunner-adapters
|
||||
lintrunner init
|
||||
lintrunner f --all-files -v
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue