From 1048020798f60d8135ac215a8ca1806fd1d29b5b Mon Sep 17 00:00:00 2001 From: Laura Cabayol-Garcia Date: Mon, 7 Oct 2024 03:14:49 -0700 Subject: [PATCH] add gpy to installation --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index ebff6fba..fb05de91 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -27,7 +27,7 @@ jobs: pip install pytest wheel pytest-cov - name: Install lace - run: pip install -e . + run: pip install -e .[gpy] # Run the tests and specify the temporary directory as output_dir - name: Run tests