Skip to content

Commit

Permalink
Fix CompatHelper (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion committed Feb 16, 2024
1 parent c460b8c commit a9217fc
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 @@ -20,7 +20,7 @@ jobs:
- name: "Run CompatHelper"
run: |
import CompatHelper
CompatHelper.main(; subdirs=["", "test", "docs"])
CompatHelper.main(; subdirs=["", "docs"])
shell: julia --color=yes {0}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a9217fc

Please sign in to comment.