Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Oct 14, 2024
1 parent 6fb7aa9 commit a76b96e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ demo = []
test = ["pytest"]
lint = ["ruff"]
ci = [
"dolfinx-external-operator[doc]",
"dolfinx-external-operator[demo]",
"dolfinx-external-operator[test]",
"dolfinx-external-operator[lint]",
"fenicsx-shells[doc]",
"fenicsx-shells[demo]",
"fenicsx-shells[test]",
"fenicsx-shells[lint]",
]

[tool.ruff]
Expand Down

0 comments on commit a76b96e

Please sign in to comment.