This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
modelscope
/
ModelScope
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix format
master
wenmeng.zwm
3 years ago
parent
8be89d9f6c
commit
208823401f
2 changed files
with
1 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/citest.yaml
+0
-1
.github/workflows/lint.yaml
+ 1
- 1
.github/workflows/citest.yaml
View File
@@ -52,4 +52,4 @@ jobs:
run: |
run: |
set -e
set -e
source ~/ci_env.sh
source ~/ci_env.sh
bash .dev_scripts/dockerci.sh
bash .dev_scripts/dockerci.sh
+ 0
- 1
.github/workflows/lint.yaml
View File
@@ -20,4 +20,3 @@ jobs:
pip install pre-commit
pip install pre-commit
- name: Linting
- name: Linting
run: pre-commit run --all-files
run: pre-commit run --all-files
Write
Preview
Loading…
Cancel
Save