We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a792833 commit e341ffdCopy full SHA for e341ffd
.github/workflows/book.yml
@@ -25,6 +25,7 @@ jobs:
25
- name: Install PyCall
26
shell: bash -l {0}
27
run: |
28
+ julia -e ' using Pkg; Pkg.update() '
29
julia -e ' using Pkg; Pkg.add(["REPL", "PyCall"]); Pkg.build("PyCall")'
30
31
- name: Build the book
0 commit comments