File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ jobs:
126126 apt-get update && apt-get install -y python3-dev python3-pip python3-setuptools python3-wheel
127127 python3-numpy python3-scipy python3-matplotlib python3-requests python3-networkx
128128 python3-pytest python3-pytest-cov python3-flaky
129+ libopenblas-dev liblapack-dev
129130 --no-install-recommends
130131
131132 - name : Fix environment variables for compilation with Clang
@@ -180,6 +181,7 @@ jobs:
180181 apt-get update && apt-get install -y python3-dev python3-pip python3-setuptools python3-wheel
181182 python3-numpy python3-scipy python3-matplotlib python3-requests python3-networkx
182183 python3-pytest python3-pytest-cov python3-flaky
184+ libopenblas-dev liblapack-dev
183185 --no-install-recommends
184186
185187 - name : Prepare Python env
You can’t perform that action at this time.
0 commit comments