Skip to content

Commit

Permalink
fix: vvm Version TypeError
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdefinitelyahuman committed Jan 7, 2025
1 parent e8d78c4 commit 36890c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brownie/project/compiler/vyper.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def _get_vyper_version_list() -> Tuple[List, List]:
def install_vyper(*versions: str) -> None:
"""Installs vyper versions."""
for version in versions:
vvm.install_vyper(version, show_progress=False)
vvm.install_vyper(str(version), show_progress=False)


def find_vyper_versions(
Expand Down

0 comments on commit 36890c7

Please sign in to comment.