Skip to content

Commit

Permalink
add install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerle committed Nov 1, 2024
1 parent 368cff7 commit 9c78dea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 9c78dea

Please sign in to comment.