Skip to content

Commit a965a83

Browse files
committed
Update book.yml
1 parent 7b38876 commit a965a83

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/book.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ jobs:
99
deploy-book:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Install dependencies
13-
run: sudo apt-get install -y libfftw3-dev libopenblas-dev ffmpeg swig
14-
15-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-python@v5
14+
- uses: julia-actions/setup-julia@v2
1615

1716
- name: Install python dependencies
18-
run: pip3 install --user -r requirements.txt
17+
run: python -m pip install -r requirements.txt
1918

2019
- name: Install Julia packages
2120
run: julia -e ' using Pkg; Pkg.add(["REPL", "PyCall"]); Pkg.build("PyCall")'

0 commit comments

Comments
 (0)