Skip to content

Commit

Permalink
Merge pull request #17 from homalg-project/PackageJanitor-1633339834
Browse files Browse the repository at this point in the history
Apply PackageJanitor
  • Loading branch information
mohamed-barakat authored Oct 4, 2021
2 parents 44123db + 0206a24 commit 44bfa0b
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-fonts-extra
# 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-fonts-extra
cp ./SubcategoriesForCAP/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 44bfa0b

Please sign in to comment.