From 346c32b723dd31e3619a9ff93fb6cd95d088da15 Mon Sep 17 00:00:00 2001 From: Marie Leconte Date: Mon, 9 Sep 2024 14:03:06 +0200 Subject: [PATCH] github: update ci file --- .github/workflows/libsgm_ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/libsgm_ci.yml b/.github/workflows/libsgm_ci.yml index 689b4ea..c15632c 100644 --- a/.github/workflows/libsgm_ci.yml +++ b/.github/workflows/libsgm_ci.yml @@ -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 @@ -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