Browse Source

[FIX] fix build

pull/1/head
troyyyyy 2 years ago
parent
commit
f83eb62e14
3 changed files with 5 additions and 4 deletions
  1. +1
    -1
      .github/workflows/build-and-test.yaml
  2. +3
    -2
      README.md
  3. +1
    -1
      pyproject.toml

+ 1
- 1
.github/workflows/build-and-test.yaml View File

@@ -27,7 +27,7 @@ jobs:
- name: Install package dependencies - name: Install package dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -r .github/build_tools/requirements.txt
pip install pytest pytest-cov
- name: Install - name: Install
run: pip install -v -e . run: pip install -v -e .
- name: Run tests - name: Run tests


+ 3
- 2
README.md View File

@@ -11,7 +11,7 @@ To learn how to use it, please refer to - [document](https://www.lamda.nju.edu.c


## Installation ## Installation


ABL is distributed on `PyPI <https://pypi.org/>`__ and can be installed with ``pip``:
ABL is distributed on [PyPI](https://pypi.org/) and can be installed with ``pip``:


```bash ```bash
# (TODO) # (TODO)
@@ -38,7 +38,7 @@ For Linux users:


```bash ```bash
$ sudo apt-get install swi-prolog $ sudo apt-get install swi-prolog
``````
```


For Windows and Mac users, please refer to the [Swi-Prolog Download Page](https://www.swi-prolog.org/Download.html). For Windows and Mac users, please refer to the [Swi-Prolog Download Page](https://www.swi-prolog.org/Download.html).


@@ -50,3 +50,4 @@ For Windows and Mac users, please refer to the [Swi-Prolog Download Page](https:


## NOTICE ## NOTICE
They can only be used for academic purpose. For other purposes, please contact with LAMDA Group(www.lamda.nju.edu.cn). They can only be used for academic purpose. For other purposes, please contact with LAMDA Group(www.lamda.nju.edu.cn).


+ 1
- 1
pyproject.toml View File

@@ -8,7 +8,7 @@ version = "0.1.4"
authors = [ authors = [
{ name="LAMDA 2023" }, { name="LAMDA 2023" },
] ]
description = "ABL-Package"
description = "Abductive learning package project"
readme = "README.md" readme = "README.md"
requires-python = ">=3.6.0" requires-python = ">=3.6.0"
license = {text = "MIT LICENSE"} license = {text = "MIT LICENSE"}


Loading…
Cancel
Save