We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68bade6 + c95084b commit c53292cCopy full SHA for c53292c
.github/workflows/Tests.yml
@@ -29,9 +29,10 @@ jobs:
29
- run: |
30
export HOME="/home/gap"
31
cd /home/gap/.gap/pkg/
32
- sudo apt update
33
- sudo apt dist-upgrade -y
34
- 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
35
+ sudo apt -o Acquire::https::Verify-Peer="false" install -y texlive-latex-extra texlive-science
36
cp ./CAP_project/ci_gaprc /home/gap/.gap/gaprc
37
git clone --depth 1 https://github.com/gap-packages/AutoDoc.git
38
git clone --depth 1 https://github.com/homalg-project/homalg_project.git
0 commit comments