From ab3c3154e9278114e1e4c1b8a79ad3b49ef9e2b8 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Fri, 5 Apr 2024 07:43:36 -0500 Subject: [PATCH] fix test --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 839050a..2ec12cc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,6 +60,7 @@ jobs: dependency_type: minimum - name: Run the unit tests run: | + python -m pip install ".[test]" python -m pytest -vv || python -m pytest -vv --lf test_prereleases: