Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiyu Yang committed May 28, 2024
1 parent 4ca4bea commit 9f2af81
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/blueprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
run: ~/.elan/bin/lake exe cache get || true

- name: Build project
run: ~/.elan/bin/lake build Book
run: |
~/.elan/bin/lake build Book
pip install smt-portfolio
- name: Cache mathlib docs
uses: actions/cache@v3
Expand Down Expand Up @@ -60,7 +63,6 @@ jobs:
pip install --upgrade pip requests wheel
pip install pygraphviz --global-option=build_ext --global-option="-L/usr/lib/graphviz/" --global-option="-R/usr/lib/graphviz/"
pip install leanblueprint
pip install smt-portfolio
leanblueprint pdf
mkdir docs
cp blueprint/print/print.pdf docs/blueprint.pdf
Expand Down

0 comments on commit 9f2af81

Please sign in to comment.