Skip to content

Commit

Permalink
7
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jan 6, 2025
1 parent d7cf774 commit 17253be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ci/after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# gather the coverage data
python3 -m pip install coverage
ls -la
if [[ $MATRIX_DOCKER ]]; then
python3 -m coverage xml --ignore-errors
else
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
build-backend = "backend"
requires = [
"setuptools==75.6.0",
"setuptools==75.7.0",
]
backend-path = [
"_custom_build",
Expand Down

0 comments on commit 17253be

Please sign in to comment.