Skip to content

Commit 760a925

Browse files
authored
Update build.yml
1 parent c6d95c3 commit 760a925

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
with:
1919
path: ~/.cache/pip
2020
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
21+
# https://github.com/scipy/scipy/issues/16308#issuecomment-1140477372
22+
# https://lxml.de/installation.html#requirements
2123
- run: |
2224
sudo apt-get update -qq
2325
sudo apt-get install --yes libopenblas-dev libxml2 libxslt1-dev libxslt1.1 xsltproc

0 commit comments

Comments
 (0)