Skip to content

Commit f95ca5a

Browse files
committed
CI adapted
1 parent 90318e7 commit f95ca5a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.ci-install-normaliz.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ fi
2424

2525
[ "$COCOALIB" == "yes" ] && ./install_scripts_opt/install_nmz_cocoa.sh && echo "cocoalib complete!"
2626
[ "$FLINT" == "yes" ] && ./install_scripts_opt/install_nmz_flint.sh && echo "flint complete!"
27+
[ "$EANTIC" == "yes" ] && ./install_scripts_opt/install_nmz_flint.sh && echo "flint complete!"
2728
[ "$EANTIC" == "yes" ] && ./install_scripts_opt/install_nmz_arb.sh && echo "arb complete!"
2829
[ "$EANTIC" == "yes" ] && ./install_scripts_opt/install_nmz_e-antic.sh && echo "e-antic complete!"
2930
[ "$NAUTY" == "yes" ] && ./install_scripts_opt/install_nmz_nauty.sh && echo "nauty complete!"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- name: "Install prerequisites and Normaliz"
1717
run: |
18-
sudo apt-get install libgmp-dev libflint-dev
18+
sudo apt-get install libgmp-dev
1919
pip install coverage
2020
pip3 install coverage
2121
pip install setuptools

0 commit comments

Comments
 (0)