From 17dca446ba79f375ea2d62fb550b76836d9c47f7 Mon Sep 17 00:00:00 2001 From: Laura Cabayol-Garcia Date: Tue, 4 Jun 2024 04:52:37 -0700 Subject: [PATCH] testing configurations --- .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 fce08ecf..11fdc18e 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -23,6 +23,6 @@ jobs: - name: Run tests run: | - pip install .[test] + pip install pytest pytest tests/test_lace.py