From 8db2ccb6a76c6cf3230a392b9a6b8d100e40bfd0 Mon Sep 17 00:00:00 2001 From: Aleksei Nechaev Date: Tue, 4 Feb 2025 10:48:00 +0300 Subject: [PATCH] fix ci.yml --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53d2a5330..75ef76447 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,9 +24,10 @@ jobs: ini-values: memory_limit=-1 - name: Install OpenBLAS + if: matrix.operating-system == 'ubuntu-latest' run: | - apt-get update -q - apt-get install -qy libopenblas-dev + sudo apt-get update -q + sudo apt-get install -qy libopenblas-dev - name: Install NumPower run: |