Skip to content

Commit

Permalink
Merge pull request #96 from JuliaReach/schillic/compat
Browse files Browse the repository at this point in the history
Fix CompatHelper script
  • Loading branch information
schillic authored Nov 4, 2023
2 parents e8b44ca + 6037873 commit 4ed19d4
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=["", "docs"])'

0 comments on commit 4ed19d4

Please sign in to comment.