Skip to content

Commit c6ba403

Browse files
committed
Add missing dependencies for GCC and Clang CI builds
1 parent e03bc6e commit c6ba403

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)