We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbeecf7 commit 0e34215Copy full SHA for 0e34215
1 file changed
.github/workflows/CompatHelper.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: "Run CompatHelper"
28
run: |
29
import CompatHelper
30
- CompatHelper.main()
+ CompatHelper.main(;subdirs=["IncrementalInference","IncrementalInferenceTypes"])
31
shell: julia --color=yes {0}
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments