Skip to content

Commit

Permalink
fix ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SkibidiProduction committed Feb 4, 2025
1 parent 52ffcc3 commit 8db2ccb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8db2ccb

Please sign in to comment.