Skip to content

Commit

Permalink
bugfix in Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
howl-anderson committed Oct 18, 2024
1 parent f86b97a commit b2b3976
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- name: Test with pytest
run: |
pip install -r ./requirements/requirements_test.txt
pip install -r ./requirements/requirements_dev.txt
pip install -r ./requirements/requirements.txt
pip install pytest pytest-cov
pytest tests --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html

0 comments on commit b2b3976

Please sign in to comment.