Skip to content

Commit

Permalink
trying to fix test_tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
ZergLev committed Nov 29, 2024
1 parent a0db3f9 commit db5c67a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/utils/notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,5 @@ def replace_versions(cmd: str):
:param cmd: The installation command string to format.
:return: Formatted string.
"""
return cmd.format(**InstallationCell.versions())
versions_dict = InstallationCell.versions()
return cmd.format(**versions_dict)

0 comments on commit db5c67a

Please sign in to comment.