Skip to content

Commit

Permalink
Merge pull request #6 from jeipollack/feature_manual_trigger_workflows
Browse files Browse the repository at this point in the history
Feature manual trigger workflows
  • Loading branch information
jeipollack authored Mar 4, 2024
2 parents cd73929 + f73c2a4 commit 6d1299b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ release = [
]

test = [
"pytest",
"pytest-black",
"pytest-cases",
"pytest>=7.0.0,<8.1",
"pytest-cov",
"pytest-emoji",
"pytest-raises",
Expand All @@ -77,7 +75,6 @@ convention = "numpy"
[tool.pytest.ini_options]
addopts = [
"--verbose",
"--black",
"--emoji",
"--cov=wf_psf",
"--cov-report=term-missing",
Expand Down

0 comments on commit 6d1299b

Please sign in to comment.