Skip to content

Commit

Permalink
github: update ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
lecontm committed Sep 9, 2024
1 parent 099303f commit abcaee6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/libsgm_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
pip list
python -V
pip install .[dev]
with:
python-version: '3.8'
- name: Test with pytest
run: |
pytest --junitxml=pytest-report.xml --cov-config=.coveragerc --cov-report xml --cov
Expand Down

0 comments on commit abcaee6

Please sign in to comment.