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 bd89649 commit 7b38876Copy full SHA for 7b38876
.github/workflows/book.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Install dependencies
13
- run: sudo apt-get install -y libfftw-dev libopenblas-dev ffmpeg python3 python3-swig
+ run: sudo apt-get install -y libfftw3-dev libopenblas-dev ffmpeg swig
14
15
- uses: actions/checkout@v2
16
0 commit comments