Skip to content

Commit 81c3a15

Browse files
committed
hotfix conda env generation
1 parent e4434f9 commit 81c3a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/static_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def get_env_from_deps(deps: Dependencies):
6363

6464

6565
def get_version_range(v: Version) -> str:
66-
return f"={v.major}.{v.minor}.*"
66+
return f"=={v.major}.{v.minor}.*"
6767

6868

6969
def get_default_env(

0 commit comments

Comments
 (0)