From 9208e406f2cd3af3a3fea567ded1396e8be2b7db Mon Sep 17 00:00:00 2001 From: Parth Nobel Date: Sat, 17 Aug 2024 15:43:28 -0700 Subject: [PATCH] Adds pytest --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 55e8144..05d3407 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: - name: Install # scipy and numpy versions are chosen to match cvxpy run: | - pip install cvxpy + pip install cvxpy pytest python -m pip install . - name: Test