Skip to content

Commit

Permalink
Install BLAS libraries in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Feb 13, 2024
1 parent d6bdcb4 commit e4b70d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Run tests
run: |
pip3 debug --verbose .
pip3 install numba
pip3 install mkl-devel
pip3 install ".[test]"
pytest --cov=skfda/ --cov-report=xml
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,4 @@ pip-wheel-metadata/
.DS_Store
.gitignore
.vscode
.ruff_cache

0 comments on commit e4b70d0

Please sign in to comment.