We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0f2bb commit 120d196Copy full SHA for 120d196
.github/workflows/build.yml
@@ -18,6 +18,8 @@ jobs:
18
with:
19
path: ~/.cache/pip
20
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
21
+ # https://github.com/scipy/scipy/issues/16308#issuecomment-1140477372
22
+ # https://lxml.de/installation.html#requirements
23
- run: |
24
sudo apt-get update -qq
25
sudo apt-get install --yes libopenblas-dev libxml2 libxslt1-dev libxslt1.1 xsltproc
0 commit comments