Skip to content

Commit 221bfd1

Browse files
committed
gringo and clasp
1 parent 38c74bf commit 221bfd1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@ jobs:
1818
submodules: recursive
1919

2020
- name: Install libraries
21-
run: sudo apt-get update && sudo apt-get install -y build-essential cmake libgmp-dev libmpfr-dev libboost-all-dev python3-pip
21+
run: sudo apt-get update && sudo apt-get install -y build-essential cmake libgmp-dev libmpfr-dev libboost-all-dev gringo clasp python3-pip
2222

2323
- name: Install gringo
2424
run: |
25-
python3 -m pip install --user --upgrade clingo
2625
pip install networkx
2726
2827
- name: Download normalization

0 commit comments

Comments
 (0)