Skip to content

Commit

Permalink
Remove unused pipeline checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesztman committed Mar 8, 2024
1 parent 87efdd5 commit 58251a8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,7 @@ all = { composite = [
"build",
"_print-success '🎉🎉 All checks passed 🎉🎉'",
], help = "Run all tests and checks, as well as building the package" }
_pipeline-checks = { composite = [
"lint",
"test --cov src/get_py_deps --cov-report xml --cov-report html --junitxml junit/test-results.xml --no-coverage-upload",
"build",
] }

[tool.ruff]
src = ["src"]

Expand Down

0 comments on commit 58251a8

Please sign in to comment.