From 9c78dea98cb529548ebcbf7f146fc86a467e83b0 Mon Sep 17 00:00:00 2001 From: Florian Maurer Date: Fri, 1 Nov 2024 01:11:00 +0100 Subject: [PATCH] add install instructions --- .github/workflows/lint-pytest.yaml | 1 + pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/lint-pytest.yaml b/.github/workflows/lint-pytest.yaml index 159f92d..599f4d9 100644 --- a/.github/workflows/lint-pytest.yaml +++ b/.github/workflows/lint-pytest.yaml @@ -43,6 +43,7 @@ jobs: ruff format . - name: Test with pytest & integration tests run: | + pip install pytest-asyncio pytest-cov pytest - name: Upload tests results uses: actions/upload-artifact@v4 diff --git a/pyproject.toml b/pyproject.toml index d4ccd0b..8aa22b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,6 +35,7 @@ dependencies = [ "numpy >=1.26.4", "python-dateutil >=2.8.2", "pandas >=2.0.0", + "pyyaml >=6.0.2", ] [project.optional-dependencies]