Browse Source

[FIX] apt-get prolog

pull/1/head
Gao Enhao 2 years ago
parent
commit
23ba74f4e7
1 changed files with 3 additions and 0 deletions
  1. +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


Loading…
Cancel
Save