Skip to content

Commit

Permalink
Merge pull request #54 from JuliaReach/schillic/CompatHelper
Browse files Browse the repository at this point in the history
Deactivate CompatHelper for equality specifier
  • Loading branch information
schillic authored Dec 19, 2023
2 parents fe28acf + 5797f69 commit 44cc716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs=["", "test", "docs"])'
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs=["", "test", "docs"], bump_compat_containing_equality_specifier=false)'

0 comments on commit 44cc716

Please sign in to comment.