Skip to content

Commit

Permalink
ci: Test FORK based on probabl-ai#981
Browse files Browse the repository at this point in the history
  • Loading branch information
thomass-dev committed Dec 18, 2024
1 parent d42a6af commit 51b4c1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/skore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion skore/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]" }]
Expand Down

0 comments on commit 51b4c1e

Please sign in to comment.