This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
beimingwu
/
learnware
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
1
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
[FIX] update CI
tags/v0.3.2
bxdd
2 years ago
parent
978b07077e
commit
b0aaae48e7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/install_learnware_with_pip.yaml
+ 1
- 1
.github/workflows/install_learnware_with_pip.yaml
View File
@@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [
windows-latest,
ubuntu-20.04
, ubuntu-22.04, macos-11, macos-latest
]
os: [ubuntu-20.04]
python-version: [3.8, 3.9]
steps:
Write
Preview
Loading…
Cancel
Save