Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CI job that tests with GAP.jl #5733

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

lgoettgens
Copy link
Contributor

Resolves oscar-system/GAP.jl#994.

I think that testing with the latest GAP.jl release would be great as well, but it seems to be kind of non-trivial to find the release tag from withing the job. Thus, I would keep that for a future PR.

cc @fingolfin

Text for release notes

none

@fingolfin
Copy link
Member

I think that testing with the latest GAP.jl release would be great as well, but it seems to be kind of non-trivial to find the release tag from withing the job. Thus, I would keep that for a future PR.

I am happy to postpone this for a future PR, but I don't understand what the problem is: just let Pkg.jl take care of this? I.e. don't use actions/checkout, but rather ask Pkg.jl to install GAP.jl, and then either let it install the latest version (i.e. just Pkg.add("GAP"); or request that it add a version based on the latest master branch (I think... Pkg.add(;name="GAP", rev="master") ?

Copy link
Member

@fingolfin fingolfin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@fingolfin fingolfin merged commit be4ec9d into gap-system:master Jun 3, 2024
26 checks passed
pranav-joshi-iitgn added a commit to pranav-joshi-iitgn/gap that referenced this pull request Jun 7, 2024
Add CI job that tests with GAP.jl (gap-system#5733)
@fingolfin fingolfin added release notes: not needed PRs introducing changes that are wholly irrelevant to the release notes topic: ci Anything related to GitHub Actions, Codecov, AppVeyor, Coveralls, Travis, ... labels Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release notes: not needed PRs introducing changes that are wholly irrelevant to the release notes topic: ci Anything related to GitHub Actions, Codecov, AppVeyor, Coveralls, Travis, ...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add CI tests that build against and test using latest GAP master
2 participants