Skip to content

Commit

Permalink
Install BLAS too.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Feb 13, 2024
1 parent 4f28e4b commit 1a4aa17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Run tests
run: |
pip3 debug --verbose .
pip3 install mkl-devel
pip3 install git+https://github.com/jdtuck/fdasrsf_python.git@refs/pull/38/merge
pip3 install ".[test]"
pytest --cov=skfda/ --cov-report=xml
Expand Down

0 comments on commit 1a4aa17

Please sign in to comment.