diff --git a/.github/workflows/skore.yml b/.github/workflows/skore.yml index 24ec9741..dea90d4e 100644 --- a/.github/workflows/skore.yml +++ b/.github/workflows/skore.yml @@ -38,9 +38,6 @@ jobs: # Install wheel=(dist/*.whl); python -m pip install "${wheel}[test]" - # Test - python -m pytest --no-cov src/ tests/ - coverage-skore: runs-on: ubuntu-latest if: ${{ github.event_name == 'pull_request' }} @@ -60,6 +57,9 @@ jobs: # run coverage python -m pytest --junitxml=coverage.xml --cov=skore src/ tests/ | tee pytest-coverage.txt + + # TEST + echo "${{ toJson(github) }}" - name: Pytest coverage comment uses: MishaKav/pytest-coverage-comment@main with: diff --git a/skore/pyproject.toml b/skore/pyproject.toml index 034f3687..bf3f73c5 100644 --- a/skore/pyproject.toml +++ b/skore/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "skore" -description = "Tooling and assistance for data scientists to \"Own Your Data Science\"" +description = "Tooling and assistance for data scientists to \"Own Your Data Science\"!" dynamic = ["license", "readme", "version"] requires-python = ">=3.9, <3.13" maintainers = [{ name = "skore developers", email = "skore@signal.probabl.ai" }]