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

Run CompatHelper on sub-packages as well #114

Merged
merged 1 commit into from
Nov 23, 2023
Merged

Run CompatHelper on sub-packages as well #114

merged 1 commit into from
Nov 23, 2023

Conversation

visr
Copy link
Member

@visr visr commented Nov 23, 2023

This makes sure we run CompatHelper on all sub-packages, such that for instance Makie breaking releases (#113) are not forgotten.

          import CompatHelper
          CompatHelper.main(; subdirs=[
              ".",
              "GeoInterfaceMakie",
              "GeoInterfaceRecipes",
          ])

The diff is a bit larger since I update to the latest suggested workflow from https://github.com/JuliaRegistries/CompatHelper.jl.

Actually I don't think the old CompatHelper ever worked since I don't see it installing Julia or using Actions.

@evetion evetion merged commit 61f97ed into main Nov 23, 2023
10 checks passed
@evetion evetion deleted the helper branch November 23, 2023 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants