Skip to content

Commit 99bc1e6

Browse files
committed
[skip appveyor] Pin libgap to 4.8.3
1 parent e103949 commit 99bc1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install_travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ if [[ "${WITH_SAGE}" == "yes" ]]; then
1212
fi
1313

1414
conda update -q -n root conda
15-
conda install ${conda_pkgs}
15+
conda install ${conda_pkgs} libgap=4.8.3
1616
source activate $our_install_dir;

0 commit comments

Comments
 (0)