Skip to content

Commit

Permalink
Apply PackageJanitor
Browse files Browse the repository at this point in the history
  • Loading branch information
zickgraf committed Oct 4, 2021
1 parent 68bade6 commit c95084b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:
- run: |
export HOME="/home/gap"
cd /home/gap/.gap/pkg/
sudo apt update
sudo apt dist-upgrade -y
sudo apt install -y texlive-latex-extra texlive-science
# work around https://github.com/gap-system/gap-docker-base/issues/30
sudo apt -o Acquire::https::Verify-Peer="false" update
sudo apt -o Acquire::https::Verify-Peer="false" dist-upgrade -y
sudo apt -o Acquire::https::Verify-Peer="false" install -y texlive-latex-extra texlive-science
cp ./CAP_project/ci_gaprc /home/gap/.gap/gaprc
git clone --depth 1 https://github.com/gap-packages/AutoDoc.git
git clone --depth 1 https://github.com/homalg-project/homalg_project.git
Expand Down

0 comments on commit c95084b

Please sign in to comment.