Skip to content

Commit 03b5e23

Browse files
committed
fix CompatHelper.yml according to Zeng Fung's suggestion
1 parent 88b56d1 commit 03b5e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: "Run CompatHelper"
1919
run: |
2020
import CompatHelper
21-
CompatHelper.main(; subdirs = ["", "docs", "test"])
21+
CompatHelper.main()
2222
shell: julia --color=yes {0}
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)