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
chenpangpang
open-webui
Commits
243fa75f
"...composable_kernel_onnxruntime.git" did not exist on "6c3c06bf1f51d5a4b423634fc4cf48c0b7fe2599"
Unverified
Commit
243fa75f
authored
Jan 03, 2024
by
ThatOneCalculator
Browse files
fix:
💚
don't lint backend for now
parent
702ffdf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.github/workflows/python.yaml
.github/workflows/python.yaml
+4
-4
No files found.
.github/workflows/python.yaml
View file @
243fa75f
...
...
@@ -5,7 +5,7 @@ on:
pull_request
:
jobs
:
build
:
name
:
'
Format
,
Lint,
&
Build
Backend'
name
:
'
Format
&
Build
Backend'
env
:
PUBLIC_API_BASE_URL
:
'
'
runs-on
:
ubuntu-latest
...
...
@@ -23,8 +23,8 @@ jobs:
run
:
|
python -m pip install --upgrade pip
pip install yapf
pip install pylint
-
name
:
Lint backend
run
:
bun run lint:backend
#
pip install pylint
#
- name: Lint backend
#
run: bun run lint:backend
-
name
:
Format backend
run
:
bun run format:backend
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