We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2522da5 commit 016748bCopy full SHA for 016748b
.github/workflows/ci.yml
@@ -16,6 +16,8 @@ jobs:
16
- name: "Install prerequisites and Normaliz"
17
run: |
18
sudo apt-get install libgmp-dev
19
+ sudo apt-get install libpython2-dev
20
+ sudo apt-get install libpython3-dev
21
# pip2 install coverage
22
# pip3 install coverage
23
# pip install setuptools
@@ -39,7 +41,9 @@ jobs:
39
41
- uses: actions/checkout@v2
40
42
43
- sudo apt-get install libgmp-dev
44
+ sudo apt-get install libgmp-dev
45
46
47
48
49
0 commit comments