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
[MNT] add swipl path to github env var
pull/1/head
Gao Enhao
2 years ago
parent
a8e724afd6
commit
e2530faa72
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
.github/workflows/build-and-test.yaml
+ 3
- 1
.github/workflows/build-and-test.yaml
View File
@@ -42,7 +42,9 @@ jobs:
run: choco install swi-prolog
- name: Install SWI-Prolog on MACOS
if: matrix.os == 'macos-latest'
run: brew install swi-prolog
run: |
brew install swi-prolog
echo "SWI_HOME_DIR=/usr/local/lib/swipl" >> $GITHUB_ENV
- name: Install package dependencies
run: |
Write
Preview
Loading…
Cancel
Save