Skip to content

Commit

Permalink
Merge pull request #81 from Peiyang-Song/main
Browse files Browse the repository at this point in the history
Fix CI bug
  • Loading branch information
Peiyang-Song authored May 28, 2024
2 parents 877b768 + 6ab5de9 commit f0f8cc4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
- name: Build project
run: ~/.elan/bin/lake build
- name: Download model
run: ~/.elan/bin/lake exe LeanCopilot/download
run: |
export GIT_CLONE_PROTECTION_ACTIVE=false
~/.elan/bin/lake exe LeanCopilot/download
- name: Build tests
run: ~/.elan/bin/lake build LeanCopilotTests
test_external:
Expand All @@ -50,5 +52,6 @@ jobs:
- name: Build lean4-example
run: |
cd lean4-example
export GIT_CLONE_PROTECTION_ACTIVE=false
~/.elan/bin/lake exe LeanCopilot/download
~/.elan/bin/lake build

0 comments on commit f0f8cc4

Please sign in to comment.