-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: stop adding custom source for onnxruntime-gpu
- Loading branch information
Showing
5 changed files
with
53 additions
and
72 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ updates: | |
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
interval: "daily" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,17 +22,24 @@ jobs: | |
with: | ||
python-version: "3.11" | ||
|
||
- name: Install python formatter | ||
run: pip install ruff | ||
- name: Install formatters | ||
run: | | ||
pip install ruff==0.3.2 | ||
npm i [email protected] | ||
- name: Run linter | ||
- name: Run python linter | ||
run: ruff check **.py | ||
|
||
- uses: psf/black@stable | ||
- name: Run python formatter | ||
uses: psf/black@stable | ||
with: | ||
options: "--check --verbose" | ||
version: "24.2.0" | ||
|
||
- name: Run formatter | ||
run: npx prettier --check . | ||
|
||
- name: Run ShellCheck | ||
uses: ludeeus/action-shellcheck@master | ||
with: | ||
additional_files: 'run' | ||
additional_files: "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
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
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