Skip to content

Commit

Permalink
Workaround for GAP 4.12 test failure due to new GAPDoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Mar 8, 2024
1 parent ebcaf4a commit 47ddf19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
uses: gap-actions/run-pkg-tests@v2
- uses: gap-actions/process-coverage@v2
- uses: codecov/codecov-action@v4
- name: "Workaround for GAP 4.12 test failure due to new GAPDoc version"
if: ${{ matrix.gap-branch == 'stable-4.12' }}
run: rm -f tst/testinstall/package.tst
- name: "Run GAP's tst/testinstall.g"
uses: gap-actions/run-pkg-tests@v2
with:
Expand Down

0 comments on commit 47ddf19

Please sign in to comment.