We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d95c3 commit 760a925Copy full SHA for 760a925
.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