This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
update linter test with py37
master
wenmeng.zwm
2 years ago
parent
c638acbeda
commit
78bf480662
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.github/workflows/lint.yaml
+ 2
- 2
.github/workflows/lint.yaml
View File
@@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.
6
- name: Set up Python 3.
7
uses: actions/setup-python@v2
with:
python-version: 3.
6
python-version: 3.
7
- name: Install pre-commit hook
run: |
pip install pre-commit
Write
Preview
Loading…
Cancel
Save