From 51b4c1ed422c7b4804e771b99bc6ddc8ba02837a Mon Sep 17 00:00:00 2001 From: Thomas S Date: Mon, 16 Dec 2024 17:11:11 +0100 Subject: [PATCH] ci: Test FORK based on #981 --- .github/workflows/skore.yml | 6 +++--- skore/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/skore.yml b/.github/workflows/skore.yml index 24ec97412..dea90d4e4 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 034f36875..bf3f73c52 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" }]