Skip to content

Commit 016748b

Browse files
author
Winfried Bruns
committed
lpysthon-dev addedd
1 parent 2522da5 commit 016748b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- name: "Install prerequisites and Normaliz"
1717
run: |
1818
sudo apt-get install libgmp-dev
19+
sudo apt-get install libpython2-dev
20+
sudo apt-get install libpython3-dev
1921
# pip2 install coverage
2022
# pip3 install coverage
2123
# pip install setuptools
@@ -39,7 +41,9 @@ jobs:
3941
- uses: actions/checkout@v2
4042
- name: "Install prerequisites and Normaliz"
4143
run: |
42-
sudo apt-get install libgmp-dev
44+
sudo apt-get install libgmp-dev
45+
sudo apt-get install libpython2-dev
46+
sudo apt-get install libpython3-dev
4347
# pip2 install coverage
4448
# pip3 install coverage
4549
# pip install setuptools

0 commit comments

Comments
 (0)