Skip to content

Commit

Permalink
Missing requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
NikoOinonen committed Mar 12, 2024
1 parent 91bbbe2 commit 469d747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: |
bash ./build.sh
pip install -e .[dev]
pip install pocl-binary-distribution # Required for test that use ppafm opencl functionality
- name: Run pytest
run: pytest --junitxml=pytest.xml --cov-report=term-missing --cov mlspm tests | tee pytest-coverage.txt
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: |
bash ./build.sh
pip install -e .[dev]
pip install pocl-binary-distribution # Required for test that use ppafm opencl functionality
- name: Lint with flake8
run: flake8 .
Expand Down

0 comments on commit 469d747

Please sign in to comment.