Skip to content

Commit 96e0edd

Browse files
applied PackageJanitor
1 parent bf1ee83 commit 96e0edd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/Tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
container:
2020
image: ${{ matrix.image }}
2121
steps:
22-
# keep workflow active even if repository has no activity for 60 days
23-
- run: 'curl --fail -X PUT -H "Accept: application/vnd.github.v3+json" -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" https://api.github.com/repos/$GITHUB_REPOSITORY/actions/workflows/Tests.yml/enable'
2422
- uses: actions/checkout@v1
2523
- run: mkdir -p /home/gap/.gap/pkg/
2624
- run: sudo cp -a $GITHUB_WORKSPACE /home/gap/.gap/pkg/
@@ -29,7 +27,6 @@ jobs:
2927
export HOME="/home/gap"
3028
cd /home/gap/.gap/pkg/
3129
sudo apt update
32-
sudo apt dist-upgrade -y
3330
sudo apt install -y texlive-latex-extra texlive-fonts-extra
3431
git clone --depth 1 https://github.com/gap-packages/AutoDoc.git
3532
git clone --depth 1 https://github.com/homalg-project/homalg_project.git

0 commit comments

Comments
 (0)