This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
AbductiveLearning
/
ABLkit
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] fix bug in build-and-test.yaml
pull/1/head
Gao Enhao
2 years ago
parent
9c888183f8
commit
b55b16c118
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.github/workflows/build-and-test.yaml
+ 2
- 0
.github/workflows/build-and-test.yaml
View File
@@ -25,6 +25,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r build_tools/requirements.txt
- name: Install
run: pip install -v -e .
- name: Run tests
run: |
pytest --cov-config=.coveragerc --cov-report=xml --cov=abl ./tests
Write
Preview
Loading…
Cancel
Save