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] rename test workflow
tags/v0.3.2
bxdd
2 years ago
parent
35d1b71238
commit
96bce8debe
7 changed files
with
2 additions
and
2 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_source.yaml
+0
-0
tests/test_workflow/learnware_example/README.md
+0
-0
tests/test_workflow/learnware_example/environment.yaml
+0
-0
tests/test_workflow/learnware_example/example.yaml
+0
-0
tests/test_workflow/learnware_example/example_init.py
+0
-0
tests/test_workflow/test_workflow.py
+ 1
- 1
.github/workflows/install_learnware_with_pip.yaml
View File
@@ -50,4 +50,4 @@ jobs:
- name: Test workflow
run: |
conda run -n learnware python -m pytest tests/test_
market/test_easy.py
conda run -n learnware python -m pytest tests/test_
workflow/
+ 1
- 1
.github/workflows/install_learnware_with_source.yaml
View File
@@ -55,4 +55,4 @@ jobs:
- name: Test workflow
run: |
conda run -n learnware python -m pytest tests/test_
market/test_easy.py
conda run -n learnware python -m pytest tests/test_
workflow/
tests/test_market/learnware_example/README.md → tests/test_workflow/learnware_example/README.md
View File
tests/test_market/learnware_example/environment.yaml → tests/test_workflow/learnware_example/environment.yaml
View File
tests/test_market/learnware_example/example.yaml → tests/test_workflow/learnware_example/example.yaml
View File
tests/test_market/learnware_example/example_init.py → tests/test_workflow/learnware_example/example_init.py
View File
tests/test_market/test_easy.py → tests/test_workflow/test_workflow.py
View File
Write
Preview
Loading…
Cancel
Save