Skip to content

Commit

Permalink
Update book.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pnavaro committed Oct 14, 2024
1 parent a792833 commit e341ffd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Install PyCall
shell: bash -l {0}
run: |
julia -e ' using Pkg; Pkg.update() '
julia -e ' using Pkg; Pkg.add(["REPL", "PyCall"]); Pkg.build("PyCall")'
- name: Build the book
Expand Down

0 comments on commit e341ffd

Please sign in to comment.