Skip to content

Commit

Permalink
Install C dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Jul 25, 2024
1 parent 8992085 commit 39a2c75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
python-version: ["3.10", "3.11", "3.12"]

steps:
- name: Install C dependencies
run: sudo apt-get install -y openblas-dev

- name: Check out repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 39a2c75

Please sign in to comment.