Skip to content

Commit

Permalink
Add SciXp to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Oct 23, 2024
1 parent c78847e commit 0bf1269
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/lean4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
- added|modified: 'lean4-duper-xp/**/*'
verso:
- added|modified: 'lean4-verso-xp/**/*'
sci:
- added|modified: 'lean4-sci-xp/**/*'
- name: Should annotate
id: annotate
# annotation is enabled conditionally
Expand Down Expand Up @@ -98,6 +100,14 @@ jobs:
uses: leanprover/lean-action@v1
with:
lake-package-directory: "lean4-verso-xp"
- name: check SciXp
if: >-
steps.filter.outputs.shared == 'true' ||
steps.filter.outputs.sci == 'true' ||
steps.annotate.outputs.annotate == 'true'
uses: leanprover/lean-action@v1
with:
lake-package-directory: "lean4-sci-xp"
- name: Install Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 0bf1269

Please sign in to comment.