Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAuriau committed Dec 23, 2024
1 parent 2e48dcb commit 3a83e52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements-developer.txt
pip list
- name: Build coverage file
run: |
pytest -n auto --junitxml=pytest.xml --cov-report=term-missing --cov=choice_learn tests/ | tee pytest-coverage.txt
echo exit_code: $?
cat pytest-coverage.txt
- name: Pytest coverage comment
Expand Down
1 change: 1 addition & 0 deletions requirements-developer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ruff==0.1.2
pre-commit==3.3.3
pytest==7.3.2
pytest-cov
pytest-xdist
python-markdown-math
mkdocs==1.5.3
mkdocs-material==9.5.3
Expand Down

0 comments on commit 3a83e52

Please sign in to comment.