From 5423484915b3c2cf80960a482f0c4a6d77855840 Mon Sep 17 00:00:00 2001 From: vggonzal <9Tcostoamm> Date: Thu, 28 Sep 2023 15:38:26 -0700 Subject: [PATCH] clean build --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 93c7a06..d4b4143 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -159,6 +159,7 @@ jobs: - name: Test with pytest run: | poetry run pytest tests/test_api.py -k 'test_gettimeseries_get' + poetry run pytest tests/test_api.py -k 'test_getsubset_get'