Skip to content

Commit e341ffd

Browse files
committed
Update book.yml
1 parent a792833 commit e341ffd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/book.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Install PyCall
2626
shell: bash -l {0}
2727
run: |
28+
julia -e ' using Pkg; Pkg.update() '
2829
julia -e ' using Pkg; Pkg.add(["REPL", "PyCall"]); Pkg.build("PyCall")'
2930
3031
- name: Build the book

0 commit comments

Comments
 (0)