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 abcaee6 commit 346c32b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/libsgm_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
make test-cpp
gcov -r . --object-directory=`pwd` > gcov-report.xml
- name: Setup python
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.8'
- name: Install libSGM and dependencies
Expand All @@ -28,8 +27,6 @@ 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 346c32b

Please sign in to comment.