From 3ddc1be3a95666ead7a3002601c5125aed7ee08d Mon Sep 17 00:00:00 2001 From: Aliaksandr Yakutovich Date: Fri, 10 Nov 2023 13:22:28 +0100 Subject: [PATCH] Add back PPAFM_RECOMPILE=1 to pytest run. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 590d8d0..a337173 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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