Skip to content

Commit

Permalink
Don't enforce quarto version
Browse files Browse the repository at this point in the history
  • Loading branch information
grst committed Sep 21, 2024
1 parent b38ea7b commit aee6d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ test = [
"pytest-cov",
"pytest-xdist", # for parallel testing with `pytest -n`
"pytest-asyncio", # for async tests
"quarto>=1.5.57",
"quarto",
]

[tool.coverage.run]
Expand Down

0 comments on commit aee6d9c

Please sign in to comment.