Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nerfacc
Commits
6ce69df7
".github/git@developer.sourcefind.cn:change/sglang.git" did not exist on "522e18eaebc2f14135249bf95f24ce3505683082"
Commit
6ce69df7
authored
Dec 01, 2023
by
Ruilong Li
Browse files
swtich python to pass black check
parent
41c85626
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/code_checks.yml
.github/workflows/code_checks.yml
+2
-2
No files found.
.github/workflows/code_checks.yml
View file @
6ce69df7
...
...
@@ -15,10 +15,10 @@ jobs:
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Set up Python 3.
8.12
-
name
:
Set up Python 3.
7.4
uses
:
actions/setup-python@v4
with
:
python-version
:
"
3.
8.12
"
python-version
:
"
3.
7.4
"
-
name
:
Install dependencies
run
:
|
pip install isort==5.10.1 black[jupyter]==22.3.0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment