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] apt-get prolog
pull/1/head
Gao Enhao
2 years ago
parent
471a565eb4
commit
23ba74f4e7
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
.github/workflows/build-and-test.yaml
+ 3
- 0
.github/workflows/build-and-test.yaml
View File
@@ -25,6 +25,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r build_tools/requirements.txt
- name: Install prolog
run: |
apt-get install swi-prolog
- name: Install
run: pip install -v -e .
- name: Run tests
Write
Preview
Loading…
Cancel
Save