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 3ddc1be
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 @@ -24,7 +24,7 @@ jobs:
pip install pocl-binary-distribution
- name: Run pytest
run: pytest tests examples -v --cov
run: PPAFM_RECOMPILE=1 pytest tests examples -v --cov

- name: Save test images
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 3ddc1be

Please sign in to comment.