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
[MNT] update test with pip
tags/v0.3.2
bxdd
2 years ago
parent
9063f9fd84
commit
8c520f9bc8
1 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
.github/workflow/test_learnware_with_pip.yaml
+ 11
- 0
.github/workflow/test_learnware_with_pip.yaml
View File
@@ -6,3 +6,14 @@ on:
pull_request:
branches: [ main ]
jobs:
build:
timeout-minutes: 120
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-20.04, ubuntu-22.04, macos-11, macos-latest]
python-version: [3.8, 3.9, 3.10]
Write
Preview
Loading…
Cancel
Save