Fix CI failure: Add package installation before running tests in publish.yml

Co-authored-by: pacnpal <183241239+pacnpal@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-23 12:00:48 +00:00
parent cdffda544b
commit a1b8fd3055
3 changed files with 51 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ jobs:
pip install build
- name: Run Pytest tests
run: |
pip install .
pip install pytest pytest-cov
pytest --cov --cov-report=xml
- name: Upload coverage reports to Codecov