From 95cb4704be2eca8063358edd6f49a85b72bc3c6c Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Mon, 8 Jan 2024 15:55:56 -0800 Subject: [PATCH] pip install pytest Signed-off-by: Cary Phillips --- .github/workflows/ci_workflow.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci_workflow.yml b/.github/workflows/ci_workflow.yml index aeea417749..b2a1d49ccd 100644 --- a/.github/workflows/ci_workflow.yml +++ b/.github/workflows/ci_workflow.yml @@ -290,6 +290,7 @@ jobs: cmake --build . \ --config ${{ matrix.build-type }} # Confirm the python tests run + pip install pytest env PYTHONPATH=. pytest ../src/wrappers/python/tests working-directory: _wrappers - name: Test @@ -439,6 +440,7 @@ jobs: cmake --build . \ --config ${{ matrix.build-type }} # Confirm the python tests run + pip install pytest env PYTHONPATH=. pytest ../src/wrappers/python/tests working-directory: _wrappers - name: Test