Skip to content

Commit 8db2ccb

Browse files
fix ci.yml
1 parent 52ffcc3 commit 8db2ccb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ jobs:
2424
ini-values: memory_limit=-1
2525

2626
- name: Install OpenBLAS
27+
if: matrix.operating-system == 'ubuntu-latest'
2728
run: |
28-
apt-get update -q
29-
apt-get install -qy libopenblas-dev
29+
sudo apt-get update -q
30+
sudo apt-get install -qy libopenblas-dev
3031
3132
- name: Install NumPower
3233
run: |

0 commit comments

Comments
 (0)