Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/CI-distro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
- gap-package: 'polymaking' # `polymake command not found. Please set POLYMAKE_COMMAND by hand`
- gap-package: 'profiling' # segfaults during testing
- gap-package: 'ringsforhomalg' # `Error, found no GAP executable in PATH`
- gap-package: 'smallclassnr' # tests pass, but the job fails. Needs to be investigated further
- gap-package: 'toricvarieties' # random segfaults during testing
- gap-package: 'xgap' # no jll

Expand Down

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/gap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
gap-version:
- 'master'
- 'stable-4.14'
- 'stable-4.15'
julia-version:
- '1' # latest stable release
- '1.12-nightly'
Expand All @@ -42,7 +42,7 @@ jobs:
- gap-version: 'master'
julia-version: '1'
os: macOS-latest
- gap-version: 'stable-4.14'
- gap-version: 'stable-4.15'
julia-version: '1'
os: macOS-latest

Expand Down
Loading
Loading