Skip to content

Commit

Permalink
Update CI.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kamischi authored Jan 26, 2025
1 parent d7eb5fd commit 4368b3e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:

- name: Install dependencies with PyPI
run: pip install numpy

- name: Install dependencies
run: |
sudo apt-get update
Expand Down Expand Up @@ -100,6 +101,12 @@ jobs:
- name: Install dependencies with PyPI
run: pip install numpy


- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libblas-dev liblapack-dev
- name: Configure MOPAC with CMake
run: |
cmake -B build \
Expand Down

0 comments on commit 4368b3e

Please sign in to comment.