Skip to content

Commit

Permalink
❄️
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed Oct 9, 2024
1 parent 52be8d1 commit c988c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluebrain/repo-bluebrain/packages/py-multivoro/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class PyMultivoro(PythonPackage):
def patch(self):
filter_file(
"""USE_OpenMP = {env="USE_OpenMP", default="OFF"}""",
"USE_OpenMP = \"OFF\"",
'USE_OpenMP = "OFF"',
"pyproject.toml",
)

Expand Down

0 comments on commit c988c24

Please sign in to comment.