Skip to content

Commit

Permalink
Avoid dist-upgrade
Browse files Browse the repository at this point in the history
This should be fine according to
gap-system/gap-docker-base#28 (comment)
  • Loading branch information
zickgraf committed Nov 5, 2020
1 parent add24b2 commit 8b54108
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/Tests.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
export HOME="/home/gap"
cd /home/gap/.gap/pkg/
sudo apt update
sudo apt dist-upgrade -y
sudo apt install -y texlive-latex-extra{% for apt_package in (ci_ubuntu_additional_apt_packages | default([ ])) %} {{ apt_package }}{% endfor %}
git clone --depth 1 https://github.com/gap-packages/AutoDoc.git
{%- for additional_package in ci_additional_repositories_enriched %}
Expand Down

0 comments on commit 8b54108

Please sign in to comment.