From ef69319f6d758445941a916a7f0b16075643835f Mon Sep 17 00:00:00 2001 From: tjlane Date: Sun, 27 Oct 2024 22:26:01 +0100 Subject: [PATCH] need quotes? --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0814e10..2d4e391 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,7 +26,7 @@ jobs: - name: Test with pytest run: | - pip install .[all] + pip install '.[all]' pytest test/ - name: Upload coverage to Codecov