From 359292ace28e1234d8c40a5b8a89143fe80d4f87 Mon Sep 17 00:00:00 2001 From: Vanesa <131063992+vggonzal@users.noreply.github.com> Date: Fri, 29 Sep 2023 10:51:55 -0700 Subject: [PATCH] Fixed tests with poetry --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 87910e7..9ec24e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -155,3 +155,8 @@ jobs: - name: Build Python Artifact run: | poetry build + + - 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'