Skip to content

Commit

Permalink
Add back PPAFM_RECOMPILE=1 to pytest run.
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Nov 10, 2023
1 parent 26798ac commit ad5047d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install package and its dependencies
run: |
pip install -e .[dev,opencl]
PPAFM_RECOMPILE=1 pip install -e .[dev,opencl]
pip install pocl-binary-distribution
- name: Run pytest
Expand Down

0 comments on commit ad5047d

Please sign in to comment.